File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Expand file tree Collapse file tree 4 files changed +10
-14
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" : " 0.4.5 " ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 0.4.6 " ,
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 @@ -95,7 +95,7 @@ export const EnvironmentList = ({
95
95
className = { `${ isBuildStage ? 'sidebar-action-container sidebar-action-container-border' : 'flex h-36 dc__align-items-center br-4 dc__border' } ` }
96
96
>
97
97
< div className = { `${ ! isBuildStage ? 'w-250 dc__align-items-center flex left' : '' } ` } >
98
- { getEnvironmentSelectLabel ( ) }
98
+ < div className = "dc__no-shrink" > { getEnvironmentSelectLabel ( ) } </ div >
99
99
< SelectPicker
100
100
required
101
101
inputId = "job-pipeline-environment-dropdown"
Original file line number Diff line number Diff line change @@ -914,14 +914,10 @@ export const EnvSelector = ({
914
914
if ( found ) {
915
915
found . options . push ( Option )
916
916
} else {
917
- if ( key . length > 0 ) {
918
- acc . push ( {
919
- label : key ,
920
- options : [ Option ] ,
921
- } )
922
- } else {
923
- acc . push ( Option )
924
- }
917
+ acc . push ( {
918
+ label : key ,
919
+ options : [ Option ] ,
920
+ } )
925
921
}
926
922
927
923
return acc
Original file line number Diff line number Diff line change 1346
1346
dependencies :
1347
1347
" @jridgewell/trace-mapping" " 0.3.9"
1348
1348
1349
- " @devtron-labs/[email protected] .5 " :
1350
- version "0.4.5 "
1351
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-0.4.5 .tgz#55d4ff6174a84af9c4a08f6ba73a0178dde56529 "
1352
- integrity sha512-6Rtzxk7UavWoXh2MaJDL+FQXcJN9idv9xfrEhL+vdbjmGwFqYsDmikt8DOxFyMVtjVORqkzhG425GAzm7ZoQFg ==
1349
+ " @devtron-labs/[email protected] .6 " :
1350
+ version "0.4.6 "
1351
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-0.4.6 .tgz#f436a8153541d4ba79d916cde2c93a6de77d8b57 "
1352
+ integrity sha512-yzabX25bY3XaBkgmQ3zTC89/hZf+6qQYFFSkXw0EMnvJVrz0fxPiQx0Au+gJxULJLSciDoLHDauDfyK38FigZQ ==
1353
1353
dependencies :
1354
1354
" @types/react-dates" " ^21.8.6"
1355
1355
ansi_up "^5.2.1"
You can’t perform that action at this time.
0 commit comments