Skip to content

Commit 77f3d4d

Browse files
authored
Merge pull request #2599 from devtron-labs/fix/gitops-warning-in-charts
chore: gitops configure warning rendering on every mount
2 parents e0b507b + 5376efe commit 77f3d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/v2/values/chartValuesDiff/ChartValuesView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ const ChartValuesView = ({
238238
dispatch({
239239
type: ChartValuesViewActionTypes.updateGitOpsConfiguration,
240240
payload: {
241-
showNoGitOpsWarning: result.isInstalled && !result.isConfigured,
241+
showNoGitOpsWarning: result.isInstalled && !result.isConfigured && !isUpdateAppView,
242242
authMode: result.authMode,
243243
},
244244
})

0 commit comments

Comments
 (0)