0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Removed unused component argument with typo

no issue

- spotted the typo and thought there was a bug somewhere but post count isn't used in the complete-with-email-error state of the publish flow
This commit is contained in:
Kevin Ansfield 2022-05-19 10:24:55 +01:00
parent e09f41716b
commit 0549ffd4b5

View file

@ -26,7 +26,6 @@
<EditorLabs::Modals::PublishFlow::CompleteWithEmailError <EditorLabs::Modals::PublishFlow::CompleteWithEmailError
@emailErrorMessage={{this.emailErrorMessage}} @emailErrorMessage={{this.emailErrorMessage}}
@publishOptions={{@data.publishOptions}} @publishOptions={{@data.publishOptions}}
@posCount={{this.posCount}}
@close={{@close}} @close={{@close}}
/> />
{{else if this.isConfirming}} {{else if this.isConfirming}}