Skip to content

Commit

Permalink
Merge pull request #5486 from dfe-analytical-services/EES-5598-mobile…
Browse files Browse the repository at this point in the history
…-fix

EES-5598 Fix changing geog lvl on mobile
  • Loading branch information
mmyoungman authored Dec 31, 2024
2 parents b40abaf + e24e278 commit cb0913e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -454,6 +453,7 @@ const DataCataloguePage: NextPage<Props> = ({ showTypeFilter }) => {
publicationId={publicationId}
publications={publications}
releaseId={releaseId}
geographicLevel={geographicLevel}
releases={releases}
showTypeFilter={showTypeFilter}
themeId={themeId}
Expand Down

0 comments on commit cb0913e

Please sign in to comment.