mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Fixed change detection issue
This commit is contained in:
@@ -272,6 +272,7 @@ export class DsDynamicGroupComponent implements OnDestroy, OnInit {
|
||||
).subscribe((modelValue) => {
|
||||
this.model.valueUpdates.next(modelValue);
|
||||
this.initChips(modelValue);
|
||||
this.cdr.markForCheck();
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user