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 }, }, },