Update webapp/components/notifications/NotificationMenu/NotificationMenu.vue

Changed to `NOTIFICATIONS_POLL_INTERVAL`

Co-Authored-By: Robert Schäfer <git@roschaefer.de>
This commit is contained in:
Wolfgang Huß 2019-09-26 09:47:50 +02:00
parent 99dafcda64
commit a667d5cd85

View File

@ -113,7 +113,7 @@ export default {
return notificationQuery(this.$i18n) return notificationQuery(this.$i18n)
}, },
pollInterval() { pollInterval() {
return REFRESH_MILLISEC return NOTIFICATIONS_POLL_INTERVAL
}, },
}, },
}, },