mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:52:46 +08:00
FIX: Topic bulk actions refresh was broken
This commit is contained in:
parent
da8e5fbda3
commit
afe0781c50
|
@ -12,4 +12,6 @@ export default (name, model) => {
|
|||
if (controller.onShow) { controller.onShow(); }
|
||||
controller.set('flashMessage', null);
|
||||
}
|
||||
|
||||
return controller;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user