fix: remove unused showWorkflowEmpty prop from Tools component for cleaner code

This commit is contained in:
twwu 2025-07-14 14:11:05 +08:00
parent 2a5bab10b8
commit d77d86f53b
1 changed files with 1 additions and 1 deletions

View File

@ -50,11 +50,11 @@ const DataSources = ({
>
<Tools
className={toolContentClassName}
showWorkflowEmpty={false}
tools={dataSources}
onSelect={handleSelect as OnSelectBlock}
viewType={ViewType.flat}
hasSearchText={!!searchText}
canNotSelectMultiple
/>
</div>
</div>