Skip to content

Commit

Permalink
Merge pull request #402 from devtron-labs/fix/external-source-v21
Browse files Browse the repository at this point in the history
fix: hide config diff for external secret
  • Loading branch information
eshankvaish authored Nov 13, 2024
2 parents 627f85d + 1d201cc commit 2eb90f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtron-labs/devtron-fe-common-lib",
"version": "0.6.0-patch-1",
"version": "0.6.0-patch-2",
"description": "Supporting common component library",
"type": "module",
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ const getCodeEditorData = (
const { compareToObfuscatedData, compareWithObfuscatedData } = getObfuscatedData(
compareToConfigData ?? {},
compareWithConfigData ?? {},
compareToIsAdmin,
compareWithIsAdmin,
compareToIsAdmin || compareToValue?.external,
compareWithIsAdmin || compareWithValue?.external,
)

compareToCodeEditorData = {
Expand Down

0 comments on commit 2eb90f4

Please sign in to comment.