Skip to content

Commit 7c5982d

Browse files
author
antoineatrhea
committed
Clear selected DoE
1 parent 02fd2a3 commit 7c5982d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

UI_DSM.Client/ViewModels/Components/Administration/ParticipantManagement/ParticipantCreationViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public async Task UpdateProperties(Project project)
9898
{
9999
this.AvailableRoles = await this.roleService.GetRoles();
100100
this.AvailableUsers = await this.participantService.GetAvailableUsersForCreation(project.Id);
101+
this.SelectedDomains = new List<string>();
101102

102103
this.Participant = new Participant
103104
{

0 commit comments

Comments
 (0)