mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:48:04 +08:00
FIX: bugs preventing to close delete account modal with button (#7904)
This commit is contained in:
parent
0f1a0b45de
commit
cb84133855
|
@ -173,7 +173,9 @@ export default Ember.Controller.extend(
|
|||
label: I18n.t("cancel"),
|
||||
class: "d-modal-cancel",
|
||||
link: true,
|
||||
callback: () => this.set("deleting", false)
|
||||
callback: () => {
|
||||
this.set("deleting", false);
|
||||
}
|
||||
},
|
||||
{
|
||||
label:
|
||||
|
|
Loading…
Reference in New Issue
Block a user