refactoring
This commit is contained in:
parent
547bb7e169
commit
fdad68997a
@ -128,7 +128,7 @@ export class CalculatedFieldDialogComponent extends DialogComponent<CalculatedFi
|
|||||||
configuration: {
|
configuration: {
|
||||||
...restConfig,
|
...restConfig,
|
||||||
type, expression: configuration['expression'+type].trim(),
|
type, expression: configuration['expression'+type].trim(),
|
||||||
output: { ...output, name: output.name.trim() }
|
output: { ...output, name: output.name?.trim() ?? '' }
|
||||||
},
|
},
|
||||||
name: name.trim(),
|
name: name.trim(),
|
||||||
type,
|
type,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user