Skip to content

Commit e546774

Browse files
authored
Merge pull request #44 from metabase/use-entity-id
Use entity ID for sample question ID
2 parents 0f4ef68 + e9babe3 commit e546774

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)