Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Higunio320 committed May 6, 2024
1 parent 35b7bdb commit ae47357
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class ProjectSettingsComponent implements OnInit {
this.projectService
.deleteMemberFromProject(projectMember.username, this.projectId)
.pipe(take(1))
.subscribe();
.subscribe(() => this.getProjectMembers());
})
}

Expand Down

0 comments on commit ae47357

Please sign in to comment.