minor fix
This commit is contained in:
parent
06961c0254
commit
a7abe6c2d8
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue