RED-6330: Fixed owner in list of member options (again)

This commit is contained in:
Adina Țeudan 2023-03-16 20:29:30 +02:00
parent 16d34e679a
commit c6e0b58f8e

View File

@ -145,6 +145,7 @@ export class EditDossierTeamComponent implements EditDossierSectionInterface, On
.map(user => user.id);
}
@Debounce(0)
onChangeOwner(ownerId: string) {
if (this.hasOwner) {
if (!this.isApprover(ownerId)) {