[CST-12043] fix: normalization for boolean

This commit is contained in:
Vlad Nouski
2023-10-20 16:04:40 +02:00
parent 5fd2782e7b
commit a55eb97a6a

View File

@@ -196,6 +196,7 @@ export class FormBuilderService extends DynamicFormService {
return new FormFieldMetadataValueObject((controlValue as any).value, controlLanguage, authority, (controlValue as any).display, place, (controlValue as any).confidence);
}
}
return controlValue;
};
const iterateControlModels = (findGroupModel: DynamicFormControlModel[], controlModelIndex: number = 0): void => {