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

View File

@ -197,7 +197,7 @@
</li> </li>
</ul> </ul>
<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" class="setting-list suboptions"
> >
<h4>{{ $t('admin_dash.instance.kocaptcha') }}</h4> <h4>{{ $t('admin_dash.instance.kocaptcha') }}</h4>