Skip to content

Commit

Permalink
Refresh available users after adding project user
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Jun 16, 2024
1 parent a1604d8 commit 3139686
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: () => {
Expand Down

0 comments on commit 3139686

Please sign in to comment.