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

feat/rag-2
twwu 9 months ago
parent 2a5bab10b8
commit d77d86f53b

@ -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>

Loading…
Cancel
Save