mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed error when closing delete snippet confirmation dialog
This commit is contained in:
parent
f98f5000df
commit
7f537f8ba4
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
||||||
@modal="delete-snippet"
|
@modal="delete-snippet"
|
||||||
@model={{this.snippetToDelete}}
|
@model={{this.snippetToDelete}}
|
||||||
@confirm={{this.deleteSnippet}}
|
@confirm={{this.deleteSnippet}}
|
||||||
@close={{this.toggleDeletePostModal}}
|
@close={{this.toggleDeleteSnippetModal}}
|
||||||
@modifier="action wide"
|
@modifier="action wide"
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue