Skip to content

Commit

Permalink
Merge pull request #403 from devtron-labs/fix/external-secrets
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 8e47a1c + bb70682 commit 8d6bdb3
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.5",
"version": "0.6.5-patch-1",
"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 8d6bdb3

Please sign in to comment.