0
Fork 0
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:
Kevin Ansfield 2020-10-27 18:33:31 +00:00
parent f98f5000df
commit 7f537f8ba4

View file

@ -140,7 +140,7 @@
@modal="delete-snippet"
@model={{this.snippetToDelete}}
@confirm={{this.deleteSnippet}}
@close={{this.toggleDeletePostModal}}
@close={{this.toggleDeleteSnippetModal}}
@modifier="action wide"
/>
{{/if}}