mirror of https://gitee.com/bigwinds/arangodb
fixed a wrong notification initialization bug
This commit is contained in:
parent
e894e50ce3
commit
8df1e9e5e1
|
@ -83,7 +83,7 @@
|
|||
{shouldFetchUser: true}
|
||||
),
|
||||
currentDB: this.currentDB,
|
||||
notificationCollection: new window.NotificationCollection(),
|
||||
notificationCollection: self.notificationList,
|
||||
userCollection: this.userCollection
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue