logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 628167c5b9baca07d2cef770773e7ed3bd88da00
parent f449b52813248d6d170b98164d5eaa8838291970
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 28 Jan 2025 16:36:22 +0200

fix warning

Diffstat:

Msrc/components/settings_modal/tabs/general_tab.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue @@ -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"