Skip to content

Commit

Permalink
fix: Correct destructuring in queries for teamSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jul 12, 2024
1 parent bca0fdd commit eaca361
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
teamSettings: team_settings {
settings: 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
teamSettings: team_settings {
settings: 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
teamSettings: team_settings {
settings: team_settings {
boundaryUrl: boundary_url
boundaryBBox: boundary_bbox
homepage
Expand Down

0 comments on commit eaca361

Please sign in to comment.