Skip to content

Commit

Permalink
🐛 add missing dataApiUrl to explorer configs (#2783)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold authored Oct 17, 2023
1 parent 42227c9 commit 50b5e3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions explorer/Explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ export class Explorer
...partialGrapherConfig,
...this.explorerProgram.grapherConfigOnlyGrapherProps,
bakedGrapherURL: BAKED_GRAPHER_URL,
dataApiUrl: DATA_API_URL,
hideEntityControls: this.showExplorerControls,
manuallyProvideData: false,
}
Expand Down Expand Up @@ -651,6 +652,7 @@ export class Explorer
const config: GrapherProgrammaticInterface = {
...this.explorerProgram.grapherConfigOnlyGrapherProps,
bakedGrapherURL: BAKED_GRAPHER_URL,
dataApiUrl: DATA_API_URL,
hideEntityControls: this.showExplorerControls,
manuallyProvideData: true,
}
Expand Down

0 comments on commit 50b5e3e

Please sign in to comment.