separate draft hiding from draft disable, fixes #1350
This commit is contained in:
parent
f61f224bb1
commit
a18854a30d
3 changed files with 5 additions and 4 deletions
|
|
@ -64,12 +64,12 @@
|
|||
<div v-if="editing">
|
||||
<PostStatusForm
|
||||
v-if="draft.type !== 'edit'"
|
||||
:disable-draft="true"
|
||||
:hide-draft="true"
|
||||
v-bind="postStatusFormProps"
|
||||
/>
|
||||
<EditStatusForm
|
||||
v-else
|
||||
:disable-draft="true"
|
||||
:hide-draft="true"
|
||||
:params="postStatusFormProps"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue