diff --git a/web/app/components/plugins/marketplace/utils.ts b/web/app/components/plugins/marketplace/utils.ts index 80a239ca25..830779f820 100644 --- a/web/app/components/plugins/marketplace/utils.ts +++ b/web/app/components/plugins/marketplace/utils.ts @@ -117,6 +117,9 @@ export const getMarketplaceListCondition = (pluginType: string) => { if (pluginType === PluginType.extension) return 'category=endpoint' + if (pluginType === PluginType.datasource) + return 'category=datasource' + if (pluginType === 'bundle') return 'type=bundle'