diff --git a/src/ipa-bcfier-ui/src/app/components/project-details/project-details.component.ts b/src/ipa-bcfier-ui/src/app/components/project-details/project-details.component.ts index eb6bcc9..091ee7d 100644 --- a/src/ipa-bcfier-ui/src/app/components/project-details/project-details.component.ts +++ b/src/ipa-bcfier-ui/src/app/components/project-details/project-details.component.ts @@ -142,6 +142,7 @@ export class ProjectDetailsComponent implements OnDestroy { this.notificationsService.success('User added'); this.projectUsersService.setUsers(u); this.identifier = ''; + this.filterUsers(); this.cdr.detectChanges(); }, error: () => {