Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/cc/digisub/journey-routes' into …
Browse files Browse the repository at this point in the history
…cc/digisub/journey-routes
  • Loading branch information
charleycampbell committed Dec 12, 2023
2 parents f5921ce + ddc9b9b commit bbe3c8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const SelectReason = () => {
const canContinue = !!selectedReasonId.length;
if (canContinue) {
await postReason();
navigate(navigateToReminder ? '../reminder' : './', {
navigate(navigateToReminder ? '../reminder' : '/', {
state: {
selectedReasonId,
},
Expand Down

0 comments on commit bbe3c8c

Please sign in to comment.