fix: stop the MinerU API key blocking a save in local mode (#30299)

This commit is contained in:
G30
2026-09-21 08:04:19 -04:00
committed by GitHub
parent e9017c7da4
commit 7eebbbb891
@@ -859,6 +859,7 @@
<SensitiveInput
variant="settings"
placeholder={$i18n.t('Enter MinerU API Key')}
required={false}
bind:value={RAGConfig.MINERU_API_KEY}
/>
</AdminSettingField>