fix: handle potential undefined values in query_attachment_selector across multiple components (#29429)
This commit is contained in:
@@ -291,6 +291,7 @@ const StepOne = ({
|
||||
crawlOptions={crawlOptions}
|
||||
onCrawlOptionsChange={onCrawlOptionsChange}
|
||||
authedDataSourceList={authedDataSourceList}
|
||||
supportBatchUpload={supportBatchUpload}
|
||||
/>
|
||||
</div>
|
||||
{isShowVectorSpaceFull && (
|
||||
|
||||
Reference in New Issue
Block a user