mirror of
https://github.com/flarum/core.git
synced 2025-08-11 10:55:47 +02:00
Fix m.route => m.route.set in NotificationsDropdown
This commit is contained in:
committed by
Franz Liedke
parent
66c2f6b76a
commit
37d2902cd1
@@ -52,7 +52,7 @@ export default class NotificationsDropdown extends Dropdown {
|
||||
}
|
||||
|
||||
goToRoute() {
|
||||
m.route(app.route('notifications'));
|
||||
m.route.set(app.route('notifications'));
|
||||
}
|
||||
|
||||
getUnreadCount() {
|
||||
|
Reference in New Issue
Block a user