From a2192f0486f51d7802e525e9ee40fad5c2facc44 Mon Sep 17 00:00:00 2001 From: John Swanson Date: Tue, 10 Mar 2026 14:13:40 -0700 Subject: [PATCH] Use entity ID for sample question ID I'm making a change in Metabase that will change the actual ID. Let's use entity IDs, which are less likely to change. --- client/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.jsx b/client/src/App.jsx index ab43b60..6f590f8 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -12,7 +12,7 @@ const config = defineMetabaseAuthConfig({ metabaseInstanceUrl: import.meta.env.VITE_METABASE_INSTANCE_URL, }); -const questionId = 24; +const questionId = "kgAiQ87dLKJmTnOaTeVsc"; const theme = defineMetabaseTheme({ // Specify a font to use from the set of fonts supported by Metabase.