Skip to content

Commit

Permalink
fix: Add flow.settings back to public queries (#3673)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Sep 16, 2024
1 parent a43cdc8 commit da9aa94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions editor.planx.uk/src/routes/views/draft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const fetchSettingsForDraftView = async (
}
slug
}
settings
slug
name
}
Expand Down
1 change: 1 addition & 0 deletions editor.planx.uk/src/routes/views/published.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export const fetchSettingsForPublishedView = async (
}
slug
}
settings
status
publishedFlows: published_flows(
limit: 1
Expand Down
1 change: 1 addition & 0 deletions editor.planx.uk/src/routes/views/standalone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const fetchDataForStandaloneView = async (
}
slug
}
settings
}
globalSettings: global_settings {
Expand Down

0 comments on commit da9aa94

Please sign in to comment.