Skip to content

Commit

Permalink
fix: Missing published state
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Feb 16, 2024
1 parent 533fcfc commit 26e35ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/docs/columns.docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ${(
},
chartConfigs: [chartConfig],
activeChartKey: "scatterplot",
published_state: "PUBLISHED",
}}
>
<InteractiveFiltersProvider>
Expand Down
2 changes: 2 additions & 0 deletions app/docs/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const states: ConfiguratorState[] = [
state: "SELECTING_DATASET",
version: CONFIGURATOR_STATE_VERSION,
dataSource: DEFAULT_DATA_SOURCE,
published_state: "PUBLISHED",
chartConfigs: undefined,
layout: undefined,
activeChartKey: undefined,
Expand All @@ -18,6 +19,7 @@ export const states: ConfiguratorState[] = [
state: "CONFIGURING_CHART",
version: CONFIGURATOR_STATE_VERSION,
dataSource: DEFAULT_DATA_SOURCE,
published_state: "PUBLISHED",
layout: {
type: "tab",
meta: {
Expand Down
1 change: 1 addition & 0 deletions app/docs/lines.docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ${(
version: CONFIGURATOR_STATE_VERSION,
state: "PUBLISHED",
dataSource: { type: "sparql", url: "" },
published_state: "PUBLISHED",
layout: {
type: "tab",
meta: {
Expand Down
1 change: 1 addition & 0 deletions app/docs/scatterplot.docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ${(
version: CONFIGURATOR_STATE_VERSION,
state: "PUBLISHED",
dataSource: { type: "sparql", url: "" },
published_state: "PUBLISHED",
layout: {
type: "tab",
meta: {
Expand Down

0 comments on commit 26e35ec

Please sign in to comment.