Selaa lähdekoodia

feat: add datasource category handling in marketplace list condition

tags/2.0.0-beta.1
WTW0313 1 kuukausi sitten
vanhempi
commit
a6b0071ca0
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3
    0
      web/app/components/plugins/marketplace/utils.ts

+ 3
- 0
web/app/components/plugins/marketplace/utils.ts Näytä tiedosto

@@ -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'


Loading…
Peruuta
Tallenna