mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: Topic bulk actions refresh was broken
This commit is contained in:
parent
da8e5fbda3
commit
afe0781c50
1 changed files with 2 additions and 0 deletions
|
@ -12,4 +12,6 @@ export default (name, model) => {
|
||||||
if (controller.onShow) { controller.onShow(); }
|
if (controller.onShow) { controller.onShow(); }
|
||||||
controller.set('flashMessage', null);
|
controller.set('flashMessage', null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return controller;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue