Skip to content

Commit e9babe3

Browse files
committed
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.
1 parent 0f4ef68 commit e9babe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config = defineMetabaseAuthConfig({
1010
metabaseInstanceUrl: import.meta.env.VITE_METABASE_INSTANCE_URL,
1111
});
1212

13-
const questionId = 24;
13+
const questionId = "kgAiQ87dLKJmTnOaTeVsc";
1414

1515
const theme = defineMetabaseTheme({
1616
// Specify a font to use from the set of fonts supported by Metabase.

0 commit comments

Comments
 (0)