From 74a80c0c1024451cb36f9aec154d0a382132ad52 Mon Sep 17 00:00:00 2001 From: Jonas Brunvoll Larsson Date: Mon, 25 Nov 2024 15:28:21 +0100 Subject: [PATCH] Dont open new TAB when navigating to new contact form. --- src/layouts/shared/footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/shared/footer.tsx b/src/layouts/shared/footer.tsx index dff47b7f..aef023d3 100644 --- a/src/layouts/shared/footer.tsx +++ b/src/layouts/shared/footer.tsx @@ -17,7 +17,7 @@ type SomeLink = { title: string; }; -const { urls, fylkeskommune } = getOrgData(); +const { orgId, urls, fylkeskommune } = getOrgData(); export default function Footer({ withoutSettings = false }: FooterProps) { const { isDarkMode, toggleDarkmode } = useTheme(); @@ -92,7 +92,7 @@ export default function Footer({ withoutSettings = false }: FooterProps) {
  • {t(