From e1691ed43bf50bf4bd2225f1b0bdcb2a93d1f303 Mon Sep 17 00:00:00 2001 From: Daniel Bachler Date: Mon, 4 Nov 2024 17:13:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20explorer=20edit=20link=20i?= =?UTF-8?q?ssue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- explorer/Explorer.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/explorer/Explorer.tsx b/explorer/Explorer.tsx index e3bdeda19f..427aa5d3ed 100644 --- a/explorer/Explorer.tsx +++ b/explorer/Explorer.tsx @@ -561,6 +561,7 @@ export class Explorer ...this.explorerProgram.grapherConfigOnlyGrapherProps, bakedGrapherURL: BAKED_GRAPHER_URL, dataApiUrl: DATA_API_URL, + adminBaseUrl: ADMIN_BASE_URL, hideEntityControls: this.showExplorerControls, manuallyProvideData: false, } @@ -606,6 +607,7 @@ export class Explorer ...this.explorerProgram.grapherConfigOnlyGrapherProps, bakedGrapherURL: BAKED_GRAPHER_URL, dataApiUrl: DATA_API_URL, + adminBaseUrl: ADMIN_BASE_URL, hideEntityControls: this.showExplorerControls, manuallyProvideData: false, } @@ -757,6 +759,7 @@ export class Explorer ...this.explorerProgram.grapherConfigOnlyGrapherProps, bakedGrapherURL: BAKED_GRAPHER_URL, dataApiUrl: DATA_API_URL, + adminBaseUrl: ADMIN_BASE_URL, hideEntityControls: this.showExplorerControls, manuallyProvideData: true, }