fix warning
This commit is contained in:
parent
f449b52813
commit
628167c5b9
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@
|
|||
{{ $t('settings.auto_save_draft') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
<li v-if="!autoSaveDraft">
|
||||
<li v-if="!mergedConfig.autoSaveDraft">
|
||||
<ChoiceSetting
|
||||
id="unsavedPostAction"
|
||||
path="unsavedPostAction"
|
||||
|
|
Loading…
Add table
Reference in a new issue