Pārlūkot izejas kodu

Update NotificationCard component

Daniel Supernault 4 gadi atpakaļ
vecāks
revīzija
2376580eb7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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();
 			}