Skip to content

Commit 0d1ba72

Browse files
committed
chore: add prop for fe lib check
1 parent e9e9408 commit 0d1ba72

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.12.0-pre-2",
7+
"@devtron-labs/devtron-fe-common-lib": "1.12.0-pre-3",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

src/components/common/navigation/NavigationRoutes.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,10 @@ export default function NavigationRoutes() {
450450
initialDialogType={licenseInfoDialogType}
451451
/>
452452
) : (
453-
<AboutDevtronDialog handleCloseLicenseInfoDialog={handleCloseLicenseInfoDialog} />
453+
<AboutDevtronDialog
454+
handleCloseLicenseInfoDialog={handleCloseLicenseInfoDialog}
455+
isFELibAvailable={!!LicenseInfoDialog}
456+
/>
454457
)
455458
}
456459

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,10 +1126,10 @@
11261126
dependencies:
11271127
"@jridgewell/trace-mapping" "0.3.9"
11281128

1129-
"@devtron-labs/[email protected]2":
1130-
version "1.12.0-pre-2"
1131-
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.12.0-pre-2.tgz#265672237d11192fda588140695f00b28a2f55b4"
1132-
integrity sha512-lbHkJZbY/xBKpXarYYJGzw2aARSN4E3PYBTV8tPKTAngfO1vmpW01WT46XsVdY1bFB+2JL4X9knBSBNdzXR5Lw==
1129+
"@devtron-labs/[email protected]3":
1130+
version "1.12.0-pre-3"
1131+
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.12.0-pre-3.tgz#fa0f4eca5046ec6eea30ce0056892d8196fdf940"
1132+
integrity sha512-WTnHPpUPVk+0C9NV4qQNY84UefGLR+/wwzYasWIdSixa838/8Grsjsw/qw7bmdi/mXjMgme6wYwjhZ9qL709dQ==
11331133
dependencies:
11341134
"@codemirror/lang-json" "6.0.1"
11351135
"@codemirror/lang-yaml" "6.1.2"

0 commit comments

Comments
 (0)