瀏覽代碼

Update NotificationCard.vue

Daniel Supernault 6 年之前
父節點
當前提交
f47a8aaf92
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/assets/js/components/NotificationCard.vue

+ 1 - 1
resources/assets/js/components/NotificationCard.vue

@@ -97,7 +97,7 @@
 					this.notifications = data;
 					$('.notification-card .loader').addClass('d-none');
 					$('.notification-card .contents').removeClass('d-none');
-					//this.notificationPoll();
+					this.notificationPoll();
 				});
 			},