Преглед изворни кода

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();
 			}