From a667d5cd8557b21888ebfd8ce4b9733fb65a274c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 26 Sep 2019 09:47:50 +0200 Subject: [PATCH] Update webapp/components/notifications/NotificationMenu/NotificationMenu.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed to `NOTIFICATIONS_POLL_INTERVAL` Co-Authored-By: Robert Schäfer --- .../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 366148885..0291ae1c8 100644 --- a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue @@ -113,7 +113,7 @@ export default { return notificationQuery(this.$i18n) }, pollInterval() { - return REFRESH_MILLISEC + return NOTIFICATIONS_POLL_INTERVAL }, }, },