Browse Source

Update NotificationCard component

Daniel Supernault 4 năm trước cách đây
mục cha
commit
2376580eb7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
 			}