File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed
src/components/CIPipelineN/VariableDataTable Expand file tree Collapse file tree 3 files changed +5
-13
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.16.0 " ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 1.16.1 " ,
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 @@ -155,14 +155,6 @@ export const validateInputOutputVariableCell = ({
155
155
}
156
156
}
157
157
158
- // test for max length if variable is string
159
- if ( key === 'val' && format === VariableTypeFormat . STRING && variableValue && ! ! value && value . length > 255 ) {
160
- return {
161
- errorMessages : [ VARIABLE_DATA_TABLE_CELL_ERROR_MSGS . MAX_LENGTH_255 ] ,
162
- isValid : false ,
163
- }
164
- }
165
-
166
158
return { errorMessages : [ ] , isValid : true }
167
159
}
168
160
Original file line number Diff line number Diff line change 1125
1125
dependencies :
1126
1126
" @jridgewell/trace-mapping" " 0.3.9"
1127
1127
1128
- " @devtron-labs/[email protected] .0 " :
1129
- version "1.16.0 "
1130
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.16.0 .tgz#721bc61fa74e4d18db118217700a73ea748e7a95 "
1131
- integrity sha512-ovh82jblsqAlPOFC3/K41R7jfFS32g74sIGLnY2dz1Lu6VZV5TxwpCQAEu8fLtHUNXCuoaMIuqmdY2vWos2wfw ==
1128
+ " @devtron-labs/[email protected] .1 " :
1129
+ version "1.16.1 "
1130
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.16.1 .tgz#6e5cfaf3558e8e31bc64e6844a0ace20ec86026e "
1131
+ integrity sha512-IgsLsLrTa5zqFRLCI9wBTY98JNKwrUP/MI9A9K14TqY8USvsuHwrt6i8qYzFpV14IgwojrjQ0X86dP2iMJNA4g ==
1132
1132
dependencies :
1133
1133
" @codemirror/lang-json" " 6.0.1"
1134
1134
" @codemirror/lang-yaml" " 6.1.2"
You can’t perform that action at this time.
0 commit comments