mirror of
https://github.com/flarum/core.git
synced 2025-08-08 17:36:38 +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.
|
* used on mobile devices where the notifications dropdown is within the drawer.
|
||||||
*/
|
*/
|
||||||
export default class NotificationsPage extends Page {
|
export default class NotificationsPage extends Page {
|
||||||
init() {
|
oninit(vnode) {
|
||||||
super.init();
|
super.oninit(vnode);
|
||||||
|
|
||||||
app.history.push('notifications');
|
app.history.push('notifications');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user