diff --git a/resources/assets/js/components/NotificationCard.vue b/resources/assets/js/components/NotificationCard.vue index 1d2e7f559..89a6ec7ac 100644 --- a/resources/assets/js/components/NotificationCard.vue +++ b/resources/assets/js/components/NotificationCard.vue @@ -316,6 +316,7 @@ }, refreshNotifications() { + this.loading = true; this.attemptedRefresh = true; this.fetchNotifications(); }