1
0
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:
Alexander Skvortsov
2020-08-10 00:55:30 -04:00
committed by Franz Liedke
parent 21861f231b
commit 2c395a781c

View File

@@ -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');