Skip to content

Commit

Permalink
fix: Use teamSettings instead of settings in query
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jul 9, 2024
1 parent 9e1d63e commit 00f30cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/routes/views/draft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const fetchSettingsForDraftView = async (
favicon
}
name
settings: team_settings {
teamSettings: team_settings {
boundaryUrl: boundary_url
boundaryBBox: boundary_bbox
homepage
Expand Down
2 changes: 1 addition & 1 deletion editor.planx.uk/src/routes/views/published.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const fetchSettingsForPublishedView = async (
favicon
}
name
settings: team_settings {
teamSettings: team_settings {
boundaryUrl: boundary_url
boundaryBBox: boundary_bbox
homepage
Expand Down
2 changes: 1 addition & 1 deletion editor.planx.uk/src/routes/views/standalone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const fetchDataForStandaloneView = async (
favicon
}
name
settings: team_settings {
teamSettings: team_settings {
boundaryUrl: boundary_url
boundaryBBox: boundary_bbox
homepage
Expand Down

0 comments on commit 00f30cf

Please sign in to comment.