We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1774c64 + 8d6bdb3 commit cd19537Copy full SHA for cd19537
src/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.utils.tsx
@@ -232,8 +232,8 @@ const getCodeEditorData = (
232
const { compareToObfuscatedData, compareWithObfuscatedData } = getObfuscatedData(
233
compareToConfigData ?? {},
234
compareWithConfigData ?? {},
235
- compareToIsAdmin,
236
- compareWithIsAdmin,
+ compareToIsAdmin || compareToValue?.external,
+ compareWithIsAdmin || compareWithValue?.external,
237
)
238
239
compareToCodeEditorData = {
0 commit comments