FIX: bugs preventing to close delete account modal with button (#7904)

This commit is contained in:
Joffrey JAFFEUX 2019-07-18 18:16:29 +02:00 committed by GitHub
parent 0f1a0b45de
commit cb84133855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: