Skip to content

Commit cd19537

Browse files
committed
Merge branch 'main' of https://github.com/devtron-labs/devtron-fe-common-lib into feat/error-screen-image
2 parents 1774c64 + 8d6bdb3 commit cd19537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.utils.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ const getCodeEditorData = (
232232
const { compareToObfuscatedData, compareWithObfuscatedData } = getObfuscatedData(
233233
compareToConfigData ?? {},
234234
compareWithConfigData ?? {},
235-
compareToIsAdmin,
236-
compareWithIsAdmin,
235+
compareToIsAdmin || compareToValue?.external,
236+
compareWithIsAdmin || compareWithValue?.external,
237237
)
238238

239239
compareToCodeEditorData = {

0 commit comments

Comments
 (0)