Skip to content

Commit

Permalink
chore: select text invisible in user auth
Browse files Browse the repository at this point in the history
  • Loading branch information
arunjaindev committed Dec 11, 2024
1 parent fdd962c commit 60d0e80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "/dashboard",
"dependencies": {
"@devtron-labs/devtron-fe-common-lib": "1.2.0",
"@devtron-labs/devtron-fe-common-lib": "1.2.0-patch-1",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@rjsf/core": "^5.13.3",
"@rjsf/utils": "^5.13.3",
Expand Down
1 change: 1 addition & 0 deletions src/Pages/GlobalConfigurations/Authorization/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const authorizationSelectStyles = {
valueContainer: (base) => ({
..._selectStyles.valueContainer(base),
maxHeight: '100%',
display: 'flex',
}),
option: (base, state) => ({
..._selectStyles.option(base, state),
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -974,10 +974,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@devtron-labs/[email protected]":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.2.0.tgz#d599f22081473f78950fad0b4b776b38f003efab"
integrity sha512-xvK0g8WA8geKRm7pZx7l9dsgVJLL+yLkf2qJcKIUKkQ0NKxTZ+ghxIOVj7hHv0191sIHZg5vIM1EHYdxvUlWPQ==
"@devtron-labs/[email protected]-patch-1":
version "1.2.0-patch-1"
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.2.0-patch-1.tgz#921a9cf844a9391d4d1e691c3669c1f93b1ad89e"
integrity sha512-/QT0YsrtDmAD7OHcTtHHJL1MG4ao1y4EyjhXKkVyEcZMpnd5cqPTQ2qxtpZ+oQ+M4/T0BSz6+8wTvFQuBHU7eg==
dependencies:
"@types/react-dates" "^21.8.6"
ansi_up "^5.2.1"
Expand Down

0 comments on commit 60d0e80

Please sign in to comment.