Fix save draft button
This commit is contained in:
parent
81cfcae433
commit
e5382781a4
|
@ -276,6 +276,7 @@
|
|||
<button
|
||||
v-else
|
||||
class="btn button-default"
|
||||
@click="saveDraft"
|
||||
>
|
||||
{{ $t('post_status.save_to_drafts_button') }}
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue