mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue