فهرست منبع

Update NotificationCard component

Daniel Supernault 4 سال پیش
والد
کامیت
2376580eb7
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      resources/assets/js/components/NotificationCard.vue

+ 1 - 0
resources/assets/js/components/NotificationCard.vue

@@ -316,6 +316,7 @@
 			},
 
 			refreshNotifications() {
+				this.loading = true;
 				this.attemptedRefresh = true;
 				this.fetchNotifications();
 			}