diff --git a/web/app/components/plugins/marketplace/search-box/tags-filter.tsx b/web/app/components/plugins/marketplace/search-box/tags-filter.tsx index 83c1ba2872..323c4be1ab 100644 --- a/web/app/components/plugins/marketplace/search-box/tags-filter.tsx +++ b/web/app/components/plugins/marketplace/search-box/tags-filter.tsx @@ -95,7 +95,7 @@ const TagsFilter = ({ } - +
{ const { t } = useTranslation() + const language = useGetLanguage() const [activeTab, setActiveTab] = useTabSearchParams({ defaultTab: 'builtin', @@ -94,11 +96,13 @@ const ProviderList = () => { {activeTab === 'builtin' && } {activeTab === 'api' && } {filteredCollectionList.map(collection => ( - setCurrentProvider(collection)} + ))} {!filteredCollectionList.length &&
}