Skip to content

Commit 92b3356

Browse files
authored
Merge pull request #2603 from devtron-labs/chore/gitops-warning
fix: On Update Gitops configure warning rendering on every mount of Chart Configure
2 parents 04bbe4e + d0a1619 commit 92b3356

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)