From 5c001604c1e83abac05cce1b2071fb3760739c4d Mon Sep 17 00:00:00 2001 From: Daniel Bachler Date: Mon, 13 Jan 2025 14:57:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20minor=20tweak=20to=20data=20page?= =?UTF-8?q?s=20graphers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/DataPageV2Content.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/site/DataPageV2Content.tsx b/site/DataPageV2Content.tsx index a80bb12f58..e76e3935fd 100644 --- a/site/DataPageV2Content.tsx +++ b/site/DataPageV2Content.tsx @@ -189,6 +189,7 @@ export const DataPageV2Content = ({ slug={grapherConfig.slug} config={mergedGrapherConfig} id="explore-the-data" + fetchConfigForSlug={false} /> )}