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