Skip to content

Commit

Permalink
Clear selected DoE
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineatrhea committed Jan 18, 2023
1 parent 02fd2a3 commit 7c5982d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public async Task UpdateProperties(Project project)
{
this.AvailableRoles = await this.roleService.GetRoles();
this.AvailableUsers = await this.participantService.GetAvailableUsersForCreation(project.Id);
this.SelectedDomains = new List<string>();

this.Participant = new Participant
{
Expand Down

0 comments on commit 7c5982d

Please sign in to comment.