File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/common/helpers Expand file tree Collapse file tree 2 files changed +2
-2
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.0.49 " ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 0.0.50 " ,
8
8
"@rjsf/core" : " ^5.13.3" ,
9
9
"@rjsf/utils" : " ^5.13.3" ,
10
10
"@rjsf/validator-ajv8" : " ^5.13.3" ,
Original file line number Diff line number Diff line change @@ -1137,7 +1137,7 @@ export const getNonEditableChartRepoText = (name: string): string => {
1137
1137
1138
1138
export const getAPIOptionsWithTriggerTimeout = ( options ?: APIOptions ) : APIOptions => {
1139
1139
const _options : APIOptions = options ? JSON . parse ( JSON . stringify ( options ) ) : { }
1140
- if ( Number . isInteger ( window . _env_ . TRIGGER_API_TIMEOUT ) ) {
1140
+ if ( window . _env_ . TRIGGER_API_TIMEOUT ) {
1141
1141
_options . timeout = window . _env_ . TRIGGER_API_TIMEOUT
1142
1142
}
1143
1143
You can’t perform that action at this time.
0 commit comments