File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
src/components/common/navigation Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " /dashboard" ,
6
6
"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 " ,
8
8
"@esbuild-plugins/node-globals-polyfill" : " 0.2.3" ,
9
9
"@rjsf/core" : " ^5.13.3" ,
10
10
"@rjsf/utils" : " ^5.13.3" ,
Original file line number Diff line number Diff line change @@ -450,7 +450,10 @@ export default function NavigationRoutes() {
450
450
initialDialogType = { licenseInfoDialogType }
451
451
/>
452
452
) : (
453
- < AboutDevtronDialog handleCloseLicenseInfoDialog = { handleCloseLicenseInfoDialog } />
453
+ < AboutDevtronDialog
454
+ handleCloseLicenseInfoDialog = { handleCloseLicenseInfoDialog }
455
+ isFELibAvailable = { ! ! LicenseInfoDialog }
456
+ />
454
457
)
455
458
}
456
459
Original file line number Diff line number Diff line change 1126
1126
dependencies :
1127
1127
" @jridgewell/trace-mapping" " 0.3.9"
1128
1128
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 ==
1133
1133
dependencies :
1134
1134
" @codemirror/lang-json" " 6.0.1"
1135
1135
" @codemirror/lang-yaml" " 6.1.2"
You can’t perform that action at this time.
0 commit comments