File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/Pages/Shared/ConfigMapSecret Expand file tree Collapse file tree 3 files changed +7
-7
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.9.0-patch-3 " ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 1.9.0-patch-4 " ,
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 @@ -294,7 +294,7 @@ export const ConfigMapSecretData = ({
294
294
} )
295
295
296
296
return (
297
- < div className = "dc__border br-4 dc__overflow-hidden" >
297
+ < CodeEditor . Container overflowHidden >
298
298
< CodeEditor
299
299
key = { codeEditorRadio }
300
300
mode = { MODES . YAML }
@@ -351,7 +351,7 @@ export const ConfigMapSecretData = ({
351
351
) }
352
352
</ CodeEditor >
353
353
{ ! data . external && data . yamlMode && renderYamlInfoText ( ) }
354
- </ div >
354
+ </ CodeEditor . Container >
355
355
)
356
356
}
357
357
Original file line number Diff line number Diff line change 1105
1105
dependencies :
1106
1106
" @jridgewell/trace-mapping" " 0.3.9"
1107
1107
1108
- " @devtron-labs/[email protected] 3 " :
1109
- version "1.9.0-patch-3 "
1110
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.9.0-patch-3 .tgz#3907ae6db27d467244c5b8700a699a2c9edf7fc1 "
1111
- integrity sha512-6ncIxUuWdfeT/jzaPeYv/oFU9gV6YC0pC6PsENvBrqcJsvqNZeDVyCOVf9u2Hcbt0LR6l13r1KpGz+pUXD/Nlg ==
1108
+ " @devtron-labs/[email protected] 4 " :
1109
+ version "1.9.0-patch-4 "
1110
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.9.0-patch-4 .tgz#a78f334ec87ac2e3145d7445212ec8539e76aca3 "
1111
+ integrity sha512-kwzpaiNXRC0Q8A3uRaeeCQIexJ7Vn2Hxxww9NwaDOjyD1NBinP/k3wFsNwe5Wwb7CsONwLAK0M0Jsm0zOgiBvQ ==
1112
1112
dependencies :
1113
1113
" @codemirror/lang-json" " 6.0.1"
1114
1114
" @codemirror/lang-yaml" " 6.1.2"
You can’t perform that action at this time.
0 commit comments