feat(workflow): always render featured tools section

This commit is contained in:
lyzno1 2025-11-12 10:37:39 +08:00
parent 2725f28fa8
commit 044ee7ef54
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -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) => {