From fbfe35aa1bc7997e81baaf08dc0098d34a627c2b Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Wed, 4 Dec 2024 11:01:02 +0100 Subject: [PATCH] Fix(SW-1111) Added a page to return null to close the map properly --- .../hotelreservation/(standard)/select-hotel/@modal/page.tsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/@modal/page.tsx diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/@modal/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/@modal/page.tsx new file mode 100644 index 000000000..c17431379 --- /dev/null +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/@modal/page.tsx @@ -0,0 +1,3 @@ +export default function Page() { + return null +}