1
0
Эх сурвалжийг харах

Update NotificationCard component

Daniel Supernault 4 жил өмнө
parent
commit
2376580eb7

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

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