mirror of https://github.com/langgenius/dify.git
feat(workflow): always render featured tools section
This commit is contained in:
parent
2725f28fa8
commit
044ee7ef54
|
|
@ -195,7 +195,6 @@ const AllTools = ({
|
|||
&& !isInRAGPipeline
|
||||
&& activeTab === ToolTypeEnum.All
|
||||
&& !hasFilter
|
||||
&& (featuredLoading || featuredPlugins.length > 0)
|
||||
const shouldShowMarketplaceFooter = enable_marketplace && !hasFilter
|
||||
|
||||
const handleRAGSelect = useCallback<OnSelectBlock>((type, pluginDefaultValue) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue