Skip to content

Commit

Permalink
Merge pull request #404 from NHSDigital/appt-146/cancelled-tab-active
Browse files Browse the repository at this point in the history
APPT-146 - cancelled tab the active tab after cancelling an appointment
  • Loading branch information
ste-banks authored Jan 7, 2025
2 parents 244e5a9 + 4761069 commit 744cfbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const CancelAppointmentPage = ({
const returnDate = dayjs(booking.from).format('YYYY-MM-DD');

replace(
`/site/${site}/view-availability/daily-appointments?date=${returnDate}&page=1`,
`/site/${site}/view-availability/daily-appointments?date=${returnDate}&tab=1&page=1`,
);
};

Expand Down

0 comments on commit 744cfbc

Please sign in to comment.