Skip to content

Commit

Permalink
Update ParticipantActionMenu.razor
Browse files Browse the repository at this point in the history
Remove suspend menu for now.
  • Loading branch information
carlsixsmith-moj authored Nov 6, 2024
1 parent c4321b3 commit 0892ea4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<MudMenuItem Icon="@Icons.Material.Filled.Delete" IconColor="Color.Error" OnClick="Archive">Archive</MudMenuItem>
}

@if (Participant.EnrolmentStatus.AllowSuspend())
{
<MudMenuItem Icon="@Icons.Material.Filled.HideSource" IconColor="Color.Error" OnClick="Suspend">Suspend</MudMenuItem>
}
//@if (Participant.EnrolmentStatus.AllowSuspend())
//{
// <MudMenuItem Icon="@Icons.Material.Filled.HideSource" IconColor="Color.Error" OnClick="Suspend">Suspend</MudMenuItem>
//}
@if (Participant.EnrolmentStatus.AllowSubmitToPqa())
{
Expand Down

0 comments on commit 0892ea4

Please sign in to comment.