From ddc9b9bd04d1f758d88038d16a50ee5d17fb9af5 Mon Sep 17 00:00:00 2001 From: Andrew Howe-Ely <114918544+andrewHEguardian@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:52:32 +0000 Subject: [PATCH] update path after Submit reason --- client/components/mma/cancel/cancellationSaves/SelectReason.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/mma/cancel/cancellationSaves/SelectReason.tsx b/client/components/mma/cancel/cancellationSaves/SelectReason.tsx index 68713f1e2..b3f92a1ec 100644 --- a/client/components/mma/cancel/cancellationSaves/SelectReason.tsx +++ b/client/components/mma/cancel/cancellationSaves/SelectReason.tsx @@ -216,7 +216,7 @@ export const SelectReason = () => { const canContinue = !!selectedReasonId.length; if (canContinue) { await postReason(); - navigate(navigateToReminder ? '../reminder' : './', { + navigate(navigateToReminder ? '../reminder' : '/', { state: { selectedReasonId, },