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') }}
|
{{ $t('settings.auto_save_draft') }}
|
||||||
</BooleanSetting>
|
</BooleanSetting>
|
||||||
</li>
|
</li>
|
||||||
<li v-if="!autoSaveDraft">
|
<li v-if="!mergedConfig.autoSaveDraft">
|
||||||
<ChoiceSetting
|
<ChoiceSetting
|
||||||
id="unsavedPostAction"
|
id="unsavedPostAction"
|
||||||
path="unsavedPostAction"
|
path="unsavedPostAction"
|
||||||
|
|
Loading…
Add table
Reference in a new issue