Fixed add new user warning

This commit is contained in:
Sven Heidemann 2024-01-26 11:32:42 +01:00
parent 4d386759c0
commit df9c889c7e

View File

@ -183,6 +183,7 @@ export class UserWarningComponent extends ComponentWithTable implements OnInit,
}
this.updateUserByWarning(newUserWarning.user?.id ?? 0, this.userWarnings.filter(uw => uw.user?.id == newUserWarning.user?.id));
this.isEditingNew = false;
}
public onRowEditCancel(index: number): void {