Skip to content

Commit 4041e83

Browse files
committed
chore: rename flag for helm app status
1 parent a948853 commit 4041e83

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Shared/Providers/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export interface MainContext {
6464
*/
6565
licenseData: DevtronLicenseInfo
6666
setLicenseData: Dispatch<SetStateAction<DevtronLicenseInfo>>
67-
deployUnhibernatedAppOnly: boolean
67+
fetchHelmAppStatus: boolean
6868
}
6969

7070
export interface MainContextProviderProps {

src/Shared/Services/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ export interface GetResourceApiUrlProps<T> extends BaseGetApiUrlProps<T, Resourc
5151
export interface GetPolicyApiUrlProps<T>
5252
extends Omit<BaseGetApiUrlProps<T, PolicyKindType, ResourceVersionType>, 'baseUrl'> {}
5353

54-
export interface EnvironmentDataValuesDTO
55-
extends Pick<MainContext, 'featureGitOpsFlags' | 'deployUnhibernatedAppOnly'> {
54+
export interface EnvironmentDataValuesDTO extends Pick<MainContext, 'featureGitOpsFlags' | 'fetchHelmAppStatus'> {
5655
isAirGapEnvironment: boolean
5756
isManifestScanningEnabled: boolean
5857
canOnlyViewPermittedEnvOrgLevel: boolean

0 commit comments

Comments
 (0)