mirror of
https://github.com/langgenius/dify.git
synced 2026-03-12 10:38:54 +08:00
feat(workflow): always render featured tools section
This commit is contained in:
@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user