mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
update: forum/components/NotificationsPage
This commit is contained in:
committed by
Franz Liedke
parent
21861f231b
commit
2c395a781c
@@ -6,8 +6,8 @@ import NotificationList from './NotificationList';
|
||||
* used on mobile devices where the notifications dropdown is within the drawer.
|
||||
*/
|
||||
export default class NotificationsPage extends Page {
|
||||
init() {
|
||||
super.init();
|
||||
oninit(vnode) {
|
||||
super.oninit(vnode);
|
||||
|
||||
app.history.push('notifications');
|
||||
|
||||
|
Reference in New Issue
Block a user