DEV: Rename param passed to updateNotificationLevel (#16289)
This commit is contained in:
parent
a3563336db
commit
96719cbf4f
|
@ -254,8 +254,8 @@ export default Controller.extend(CanCheckEmails, {
|
|||
bootbox.dialog(message, buttons, { classes: "delete-user-modal" });
|
||||
},
|
||||
|
||||
updateNotificationLevel(level) {
|
||||
return this.model.updateNotificationLevel(level);
|
||||
updateNotificationLevel(params) {
|
||||
return this.model.updateNotificationLevel(params);
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue