From 428f13a46eb8489ac6b0b80982c87fcac176d949 Mon Sep 17 00:00:00 2001 From: Marigold Date: Tue, 17 Oct 2023 16:56:54 +0200 Subject: [PATCH] :bug: add missing dataApiUrl to explorer configs --- explorer/Explorer.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/explorer/Explorer.tsx b/explorer/Explorer.tsx index 8cb6242a84f..f51793b1ffd 100644 --- a/explorer/Explorer.tsx +++ b/explorer/Explorer.tsx @@ -518,6 +518,7 @@ export class Explorer ...partialGrapherConfig, ...this.explorerProgram.grapherConfigOnlyGrapherProps, bakedGrapherURL: BAKED_GRAPHER_URL, + dataApiUrl: DATA_API_URL, hideEntityControls: this.showExplorerControls, manuallyProvideData: false, } @@ -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, }