mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed modal confirm actions
refs 2527a856ce
- typo `confirm/config` in previous commit that refactored fullscreen modal template
This commit is contained in:
parent
e932af26a7
commit
7b593e5df0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
{{#let (component this.modalPath) as |ModalComponent|}}
|
||||
<ModalComponent
|
||||
@model={{this.model}}
|
||||
@config={{action "confirm"}}
|
||||
@confirm={{action "confirm"}}
|
||||
@closeModal={{action "close"}}
|
||||
/>
|
||||
{{/let}}
|
||||
|
|
Loading…
Add table
Reference in a new issue