fix leave editor modal
no issue - following up from 6680, fixes a missing set of parentheses
This commit is contained in:
parent
600276bd56
commit
0f39b4c53c
@ -3,7 +3,7 @@ import ModalComponent from 'ghost/components/modals/base';
|
||||
export default ModalComponent.extend({
|
||||
actions: {
|
||||
confirm() {
|
||||
this.get('confirm').finally(() => {
|
||||
this.get('confirm')().finally(() => {
|
||||
this.send('closeModal');
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user