mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
fix leave editor modal
no issue - following up from 6680, fixes a missing set of parentheses
This commit is contained in:
parent
5cba0810fc
commit
b8e1f82f37
@ -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