@codetectonics/mantle 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3820,7 +3820,7 @@ class DialogNestedFormComponent {
|
|
|
3820
3820
|
this.changeDetectorRef.detectChanges();
|
|
3821
3821
|
}
|
|
3822
3822
|
onSave() {
|
|
3823
|
-
let formData = this.form.getRawValue();
|
|
3823
|
+
let formData = this.dynamicFormService.transformFormValue(this.form.getRawValue());
|
|
3824
3824
|
this.dialogRef.close(formData);
|
|
3825
3825
|
}
|
|
3826
3826
|
onDelete() {
|