From e9babe395232cff241cbaf61ace1fc3c5e6c8176 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.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 5b64f53..3a6f73a 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -10,7 +10,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.