Преглед на файлове

Update NotificationCard component

Daniel Supernault преди 4 години
родител
ревизия
2376580eb7
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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();
 			}