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