mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
fixed form builder service after angular 10 upgrade
This commit is contained in:
@@ -88,7 +88,7 @@ export class FormBuilderService extends DynamicFormService {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (controlModel.hasOwnProperty('valueUpdates')) {
|
if (controlModel.hasOwnProperty('valueChanges')) {
|
||||||
(controlModel as any).value = undefined;
|
(controlModel as any).value = undefined;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user