diff --git a/web/app/components/header/account-setting/model-provider-page/hooks.ts b/web/app/components/header/account-setting/model-provider-page/hooks.ts index 6aba41d4e4..8db964cc27 100644 --- a/web/app/components/header/account-setting/model-provider-page/hooks.ts +++ b/web/app/components/header/account-setting/model-provider-page/hooks.ts @@ -308,7 +308,7 @@ export const useMarketplaceAllPlugins = (providers: ModelProvider[], searchText: }, [plugins, collectionPlugins, exclude]) return { - plugins: allPlugins, + plugins: searchText ? plugins : allPlugins, isLoading: isCollectionLoading || isPluginsLoading, } }