@energycap/components 0.39.4-ECAP-23220-bc-file-upload-dialog.20231220-1435 → 0.39.4-ECAP-23220-bc-file-upload-dialog.20231220-1530
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.
@@ -3909,8 +3909,7 @@ class FileUploadComponent extends FormControlBase {
|
|
3909
3909
|
else {
|
3910
3910
|
this.formModel.patchValue({ uploadResult: null });
|
3911
3911
|
}
|
3912
|
-
|
3913
|
-
console.log('this.formModel?.get("names")?.value', this.formModel?.get('names')?.value);
|
3912
|
+
console.log('formModel.value after fileUploadComponent patch: ', this.formModel?.value);
|
3914
3913
|
}
|
3915
3914
|
/* ---------------------------- Helper Functions ---------------------------- */
|
3916
3915
|
clearFormModel() {
|