From 45d48a1a0bb05306724b7abd0442b35b70843b29 Mon Sep 17 00:00:00 2001 From: Marigold Date: Tue, 17 Oct 2023 11:39:30 +0200 Subject: [PATCH] :bug: fix DATA_API_URL for explorers on staging --- explorer/Explorer.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/explorer/Explorer.tsx b/explorer/Explorer.tsx index 1c2eec8ced1..8cb6242a84f 100644 --- a/explorer/Explorer.tsx +++ b/explorer/Explorer.tsx @@ -60,6 +60,7 @@ import { ADMIN_BASE_URL, BAKED_BASE_URL, BAKED_GRAPHER_URL, + DATA_API_URL, } from "../settings/clientSettings.js" import { ExplorerChartCreationMode, @@ -478,6 +479,7 @@ export class Explorer ...grapherConfig, ...this.explorerProgram.grapherConfigOnlyGrapherProps, bakedGrapherURL: BAKED_GRAPHER_URL, + dataApiUrl: DATA_API_URL, hideEntityControls: this.showExplorerControls, manuallyProvideData: false, }