Răsfoiți Sursa

Update NotificationCard component

Daniel Supernault 4 ani în urmă
părinte
comite
2376580eb7
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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();
 			}