use draft state instead of live state in that one place

This commit is contained in:
Henry Jameson 2023-03-29 23:33:50 +03:00
parent ac75d051b7
commit 9e5c7313c6
1 changed files with 1 additions and 1 deletions

View File

@ -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>