mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +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;
|
||||
}
|
||||
|
||||
if (controlModel.hasOwnProperty('valueUpdates')) {
|
||||
if (controlModel.hasOwnProperty('valueChanges')) {
|
||||
(controlModel as any).value = undefined;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user