mirror of https://github.com/langgenius/dify.git
refactor: remove supportBatchUpload prop from StepOne component
This commit is contained in:
parent
c49127540f
commit
0133843164
|
|
@ -328,7 +328,6 @@ const StepOne = ({
|
|||
crawlOptions={crawlOptions}
|
||||
onCrawlOptionsChange={onCrawlOptionsChange}
|
||||
authedDataSourceList={authedDataSourceList}
|
||||
supportBatchUpload={supportBatchUpload}
|
||||
/>
|
||||
</div>
|
||||
{isShowVectorSpaceFull && (
|
||||
|
|
|
|||
Loading…
Reference in New Issue