From 2376580eb7bac8004df1e6d97c7a781a38ea4c95 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 25 Jul 2021 06:15:10 -0600 Subject: [PATCH] Update NotificationCard component --- resources/assets/js/components/NotificationCard.vue | 1 + 1 file changed, 1 insertion(+) 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(); }