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:
parent
e09f41716b
commit
0549ffd4b5
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
|||
<EditorLabs::Modals::PublishFlow::CompleteWithEmailError
|
||||
@emailErrorMessage={{this.emailErrorMessage}}
|
||||
@publishOptions={{@data.publishOptions}}
|
||||
@posCount={{this.posCount}}
|
||||
@close={{@close}}
|
||||
/>
|
||||
{{else if this.isConfirming}}
|
||||
|
|
Loading…
Add table
Reference in a new issue