diff --git a/ui-ngx/src/app/modules/home/components/vc/entity-types-version-load.component.ts b/ui-ngx/src/app/modules/home/components/vc/entity-types-version-load.component.ts index 5405436f35..7ac0d2caa0 100644 --- a/ui-ngx/src/app/modules/home/components/vc/entity-types-version-load.component.ts +++ b/ui-ngx/src/app/modules/home/components/vc/entity-types-version-load.component.ts @@ -218,7 +218,7 @@ export class EntityTypesVersionLoadComponent extends PageComponent implements On onRemoveOtherEntities(removeOtherEntitiesCheckbox: MatCheckbox, entityTypeControl: AbstractControl) { const removeOtherEntities: boolean = entityTypeControl.get('config.removeOtherEntities').value; if (removeOtherEntities) { - entityTypeControl.get('config').get('removeOtherEntities').patchValue(false, {emitEvent: false}); + entityTypeControl.get('config').get('removeOtherEntities').patchValue(false, {emitEvent: true}); const trigger = $('.mdc-checkbox__background', removeOtherEntitiesCheckbox._elementRef.nativeElement)[0]; if (this.popoverService.hasPopover(trigger)) { this.popoverService.hidePopover(trigger);