Fix save draft button

This commit is contained in:
tusooa 2023-05-02 08:08:33 -04:00
parent 81cfcae433
commit e5382781a4
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@
<button
v-else
class="btn button-default"
@click="saveDraft"
>
{{ $t('post_status.save_to_drafts_button') }}
</button>