Skip to content

Commit

Permalink
Merge pull request #389 from DFE-Digital/FHB-1274
Browse files Browse the repository at this point in the history
[FHB-1274] Fix tabs on request accepted/declined pages
  • Loading branch information
Top-Cat authored Jan 23, 2025
2 parents 888756d + 148837a commit 3593aa8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace FamilyHubs.Referral.Web.Pages.Referrals.Vcs;

[Authorize(Roles = $"{RoleGroups.VcsProfessionalOrDualRole}")]
public class GetRequestIdModel : HeaderPageModel
public class GetRequestIdModel() : HeaderPageModel(false, true)
{
public int? RequestId { get; private set; }

public void OnGet(int id)
{
RequestId = id;
}
}
}

0 comments on commit 3593aa8

Please sign in to comment.