mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
Fix m.route that should be m.route.set
This commit is contained in:
committed by
Franz Liedke
parent
7beeae6269
commit
2186584878
@@ -89,7 +89,7 @@ export default class EditPostComposer extends ComposerBody {
|
|||||||
{
|
{
|
||||||
className: 'Button Button--link',
|
className: 'Button Button--link',
|
||||||
onclick: () => {
|
onclick: () => {
|
||||||
m.route(app.route.post(post));
|
m.route.set(app.route.post(post));
|
||||||
app.alerts.dismiss(alert);
|
app.alerts.dismiss(alert);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user