feat(editor): Roll out schema view (#5310)

feat(editor): roll out schema view
This commit is contained in:
Mutasem Aldmour
2023-01-31 17:20:33 +03:00
committed by GitHub
parent 07b941a043
commit 2b1f15150f
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export const useNDVStore = defineStore(STORES.NDV, {
mainPanelDimensions: {},
sessionId: '',
input: {
displayMode: window.posthog?.isFeatureEnabled?.('schema-view') ? 'schema' : 'table',
displayMode: 'schema',
nodeName: undefined,
run: undefined,
branch: undefined,