Skip to content

Commit

Permalink
🐛 fix DATA_API_URL for explorers on staging (#2780)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold authored Oct 17, 2023
1 parent e7be0b5 commit 8926663
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 @@ -60,6 +60,7 @@ import {
ADMIN_BASE_URL,
BAKED_BASE_URL,
BAKED_GRAPHER_URL,
DATA_API_URL,
} from "../settings/clientSettings.js"
import {
ExplorerChartCreationMode,
Expand Down Expand Up @@ -478,6 +479,7 @@ export class Explorer
...grapherConfig,
...this.explorerProgram.grapherConfigOnlyGrapherProps,
bakedGrapherURL: BAKED_GRAPHER_URL,
dataApiUrl: DATA_API_URL,
hideEntityControls: this.showExplorerControls,
manuallyProvideData: false,
}
Expand Down

0 comments on commit 8926663

Please sign in to comment.