From fb41d0064de0b6ac4cbb8b541abe099c7477e3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Sat, 21 Sep 2019 07:51:39 +0200 Subject: [PATCH] Update webapp/components/notifications/NotificationMenu/NotificationMenu.vue Co-Authored-By: mattwr18 --- .../notifications/NotificationMenu/NotificationMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue index 515ed4a66..f15550d89 100644 --- a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue @@ -37,7 +37,7 @@ export default { placement: { type: String }, }, created() { - setInterval(this.updateNotifications, REFRECH_MILISEC) + setInterval(this.updateNotifications, REFRESH_MILLISEC) }, destroyed() { clearInterval(this.updateNotifications)