refac: mineru api key required behaviour

This commit is contained in:
Timothy Jaeryang Baek 2025-11-18 14:37:46 -05:00
parent ccd80b9dba
commit 3f97a6993f

View file

@ -843,6 +843,7 @@
<SensitiveInput <SensitiveInput
placeholder={$i18n.t('Enter MinerU API Key')} placeholder={$i18n.t('Enter MinerU API Key')}
bind:value={RAGConfig.MINERU_API_KEY} bind:value={RAGConfig.MINERU_API_KEY}
required={false}
/> />
</div> </div>