File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/components/app/list-new Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const getDevtronInstalledHelmApps = (
41
41
) : Promise < HelmAppListResponse > => {
42
42
const baseUrl = Routes . CHART_INSTALLED
43
43
const params : GetDevtronHelmAppListParamsType = {
44
- clusterIdsCsv,
44
+ clusterIds : clusterIdsCsv ,
45
45
appStatuses,
46
46
}
47
47
const url = getUrlWithSearchParams ( baseUrl , params )
Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ export interface useFilterOptionsProps
194
194
| 'isExternalFlux'
195
195
> { }
196
196
197
- export interface GetDevtronHelmAppListParamsType extends Pick < HelmAppListProps , 'clusterIdsCsv' > {
197
+ export interface GetDevtronHelmAppListParamsType {
198
198
appStatuses : string
199
+ clusterIds : string
199
200
}
You can’t perform that action at this time.
0 commit comments