From e24e278b47bb7ad753bac0a1ad921b277794c362 Mon Sep 17 00:00:00 2001 From: Mark Youngman Date: Tue, 31 Dec 2024 14:57:22 +0000 Subject: [PATCH] EES-5598 Fix changing geog lvl on mobile --- .../src/modules/data-catalogue/DataCataloguePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/explore-education-statistics-frontend/src/modules/data-catalogue/DataCataloguePage.tsx b/src/explore-education-statistics-frontend/src/modules/data-catalogue/DataCataloguePage.tsx index 039b1dd1c1..fff064ee12 100644 --- a/src/explore-education-statistics-frontend/src/modules/data-catalogue/DataCataloguePage.tsx +++ b/src/explore-education-statistics-frontend/src/modules/data-catalogue/DataCataloguePage.tsx @@ -52,10 +52,9 @@ import omit from 'lodash/omit'; import Head from 'next/head'; import { useRouter } from 'next/router'; import { ParsedUrlQuery } from 'querystring'; -import locationLevelsMap, { +import { GeographicLevelCode, geographicLevelCodesMap, - LocationLevelKey, } from '@common/utils/locationLevelsMap'; const defaultPageTitle = 'Data catalogue'; @@ -454,6 +453,7 @@ const DataCataloguePage: NextPage = ({ showTypeFilter }) => { publicationId={publicationId} publications={publications} releaseId={releaseId} + geographicLevel={geographicLevel} releases={releases} showTypeFilter={showTypeFilter} themeId={themeId}