소스 검색

feat: add datasource category handling in marketplace list condition

tags/2.0.0-beta.1
WTW0313 1 개월 전
부모
커밋
a6b0071ca0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      web/app/components/plugins/marketplace/utils.ts

+ 3
- 0
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'


Loading…
취소
저장