mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Update webapp/components/notifications/NotificationMenu/NotificationMenu.vue
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
This commit is contained in:
parent
433a555fd4
commit
fb41d0064d
@ -37,7 +37,7 @@ export default {
|
||||
placement: { type: String },
|
||||
},
|
||||
created() {
|
||||
setInterval(this.updateNotifications, REFRECH_MILISEC)
|
||||
setInterval(this.updateNotifications, REFRESH_MILLISEC)
|
||||
},
|
||||
destroyed() {
|
||||
clearInterval(this.updateNotifications)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user