2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: Topic bulk actions refresh was broken

This commit is contained in:
Robin Ward 2015-04-10 12:43:14 -04:00
parent da8e5fbda3
commit afe0781c50

View file

@ -12,4 +12,6 @@ export default (name, model) => {
if (controller.onShow) { controller.onShow(); }
controller.set('flashMessage', null);
}
return controller;
};