Explorar o código

Update NotificationCard component

Daniel Supernault %!s(int64=4) %!d(string=hai) anos
pai
achega
2376580eb7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
 			}