logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 9e5c7313c64c9f9eeff7184f5f474cc055d80715
parent ac75d051b720da2c47393de6b35663afe50d37cc
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 29 Mar 2023 23:33:50 +0300

use draft state instead of live state in that one place

Diffstat:

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

diff --git a/src/components/settings_modal/admin_tabs/instance_tab.vue b/src/components/settings_modal/admin_tabs/instance_tab.vue @@ -197,7 +197,7 @@ </li> </ul> <ul - v-if="adminConfig[':pleroma']['Pleroma.Captcha'][':enabled'] && adminConfig[':pleroma']['Pleroma.Captcha'][':method'] === 'Pleroma.Captcha.Kocaptcha'" + v-if="adminDraft[':pleroma']['Pleroma.Captcha'][':enabled'] && adminDraft[':pleroma']['Pleroma.Captcha'][':method'] === 'Pleroma.Captcha.Kocaptcha'" class="setting-list suboptions" > <h4>{{ $t('admin_dash.instance.kocaptcha') }}</h4>