Skip to content

Commit

Permalink
🐛 Pass DATA_API_URL to Grapher in mdims to make them work on staging …
Browse files Browse the repository at this point in the history
…servers (#3998)
  • Loading branch information
Marigold authored Oct 2, 2024
1 parent bdb652d commit 4a04800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/multiDim/MultiDimDataPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export const MultiDimDataPageContent = ({
...currentView?.config,
dimensions: dimensionsConfig,
...baseConfig,
dataApiUrl: DATA_API_URL,
// TODO: The way manager and slug are set here are just workarounds to make the edit button in the
// share menu work. They should be removed before we publish MDims!
manager: {
Expand Down

0 comments on commit 4a04800

Please sign in to comment.