mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 10:09:19 +08:00
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…
x
Reference in New Issue
Block a user