Sfoglia il codice sorgente

Update NotificationCard component

Daniel Supernault 4 anni fa
parent
commit
2376580eb7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();
 			}