lint
This commit is contained in:
parent
74117a5520
commit
dcc2ea548b
1 changed files with 1 additions and 1 deletions
|
@ -336,11 +336,11 @@
|
||||||
role="menu"
|
role="menu"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
|
v-if="!disableDraft"
|
||||||
class="menu-item dropdown-item dropdown-item-icon"
|
class="menu-item dropdown-item dropdown-item-icon"
|
||||||
role="menu"
|
role="menu"
|
||||||
@click.prevent="saveDraft"
|
@click.prevent="saveDraft"
|
||||||
@click="close"
|
@click="close"
|
||||||
v-if="!disableDraft"
|
|
||||||
>
|
>
|
||||||
{{ $t('post_status.save_to_drafts_button') }}
|
{{ $t('post_status.save_to_drafts_button') }}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue