minor fix

This commit is contained in:
Kristian Ntavidi 2021-07-23 17:09:12 +03:00
parent 06961c0254
commit a7abe6c2d8
1 changed files with 1 additions and 0 deletions

View File

@ -2039,6 +2039,7 @@ export class DatasetProfileEditorComponent extends CheckDeactivateBaseComponent
removeUser(user: any) {
this.userChipList.splice(this.userChipList.indexOf(user), 1);
this.form.patchValue({'users': this.userChipList});
this.form.markAsDirty();//deactivate guard
}