Skip to content

Commit 2fb61aa

Browse files
committed
Enable analyst mode by default
1 parent 15c79b2 commit 2fb61aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/state/settings/reducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const initialState: Settings = {
154154
},
155155
selectedModels: [],
156156
drMode: true,
157-
analystMode: false,
157+
analystMode: true,
158158
selectedCatalog: DEFAULT_TABLES,
159159
availableCatalogs: [],
160160
users: {},

0 commit comments

Comments
 (0)