Skip to content

Commit af4fb0f

Browse files
committed
fix: migrate to use isApprovalPolicyApplicable
1 parent f471e90 commit af4fb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export interface AppDetails {
227227
clusterName?: string
228228
dockerRegistryId?: string
229229
deploymentAppDeleteRequest?: boolean
230-
approvalConfigData?: ApprovalConfigDataType
230+
isApprovalPolicyApplicable?: boolean
231231
isVirtualEnvironment?: boolean
232232
imageTag?: string
233233
helmPackageName?: string

0 commit comments

Comments
 (0)