Skip to content

Commit 3be930b

Browse files
committed
Enable metabase by default
1 parent 541c94c commit 3be930b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/src/metabase/defaultState.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ interface MetabaseInternalState extends InternalState {
4949

5050
export const metabaseInternalState: MetabaseInternalState = {
5151
isEnabled: {
52-
value: false,
53-
reason: "Loading...",
52+
value: true,
53+
reason: "",
5454
},
5555
llmConfigs: {
5656
default: {

0 commit comments

Comments
 (0)