Explorar el Código

Update NotificationCard component

Daniel Supernault hace 4 años
padre
commit
2376580eb7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
 			}