Skip to content

Commit 46acd93

Browse files
kushthedudeiamareebjamal
authored andcommitted
fix: Send refreshModel after deletion of event (#3835)
1 parent f23f9ce commit 46acd93

File tree

1 file changed

+1
-0
lines changed
  • app/controllers/admin/events

1 file changed

+1
-0
lines changed

app/controllers/admin/events/list.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export default class extends Controller.extend(EmberTableControllerMixin) {
134134
{
135135
id: 'event_del_succ'
136136
});
137+
this.refreshModel.bind(this)();
137138
} catch (e) {
138139
console.warn(e);
139140
this.notify.error(this.l10n.t('An unexpected error has occurred.'),

0 commit comments

Comments
 (0)