浏览代码

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