Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsixsmith-moj committed Nov 11, 2024
2 parents 7f84c2b + bd2d7b7 commit 773137a
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 773137a

Please sign in to comment.