From 0892ea4ec67fa0d2215f6da869eb8322828e9f16 Mon Sep 17 00:00:00 2001 From: Carl Sixsmith Date: Wed, 6 Nov 2024 10:57:25 +0000 Subject: [PATCH] Update ParticipantActionMenu.razor Remove suspend menu for now. --- .../Participants/Components/ParticipantActionMenu.razor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor b/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor index 53def5e0..b3d3bfc9 100644 --- a/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor +++ b/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor @@ -21,10 +21,10 @@ Archive } - @if (Participant.EnrolmentStatus.AllowSuspend()) - { - Suspend - } + //@if (Participant.EnrolmentStatus.AllowSuspend()) + //{ + // Suspend + //} @if (Participant.EnrolmentStatus.AllowSubmitToPqa()) {