瀏覽代碼

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