From 138a5457d2d1c50a133cab3b29a1af59f76e4174 Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Fri, 29 Mar 2024 09:48:48 -0400 Subject: [PATCH] comment out experimental table. only delay clusters on scope change --- web/src/pages/Explore.jsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/src/pages/Explore.jsx b/web/src/pages/Explore.jsx index 230840e..d148020 100644 --- a/web/src/pages/Explore.jsx +++ b/web/src/pages/Explore.jsx @@ -95,6 +95,7 @@ function Explore() { }, [datasetId, setScopes]); + const [delay, setDelay] = useState(200) const [scope, setScope] = useState(null); useEffect(() => { fetch(`${apiUrl}/datasets/${datasetId}/scopes/${scopeId}`) @@ -398,6 +399,7 @@ function Explore() {