diff --git a/editor.planx.uk/src/routes/views/draft.tsx b/editor.planx.uk/src/routes/views/draft.tsx index 881988884f..1ce79410a4 100644 --- a/editor.planx.uk/src/routes/views/draft.tsx +++ b/editor.planx.uk/src/routes/views/draft.tsx @@ -69,7 +69,7 @@ const fetchSettingsForDraftView = async ( favicon } name - teamSettings: team_settings { + settings: team_settings { boundaryUrl: boundary_url boundaryBBox: boundary_bbox homepage diff --git a/editor.planx.uk/src/routes/views/published.tsx b/editor.planx.uk/src/routes/views/published.tsx index a97a426a52..914bd79369 100644 --- a/editor.planx.uk/src/routes/views/published.tsx +++ b/editor.planx.uk/src/routes/views/published.tsx @@ -95,7 +95,7 @@ export const fetchSettingsForPublishedView = async ( favicon } name - teamSettings: team_settings { + settings: team_settings { boundaryUrl: boundary_url boundaryBBox: boundary_bbox homepage diff --git a/editor.planx.uk/src/routes/views/standalone.tsx b/editor.planx.uk/src/routes/views/standalone.tsx index 8de2a37b67..465f25a9d3 100644 --- a/editor.planx.uk/src/routes/views/standalone.tsx +++ b/editor.planx.uk/src/routes/views/standalone.tsx @@ -69,7 +69,7 @@ const fetchDataForStandaloneView = async ( favicon } name - teamSettings: team_settings { + settings: team_settings { boundaryUrl: boundary_url boundaryBBox: boundary_bbox homepage