chore(core): disable expand database block (#7984)

close AF-1271
This commit is contained in:
JimmFly
2024-08-27 12:24:48 +00:00
parent 10a066a52a
commit b8f07ce3fc

View File

@@ -72,7 +72,7 @@ export const AFFINE_FLAGS = {
displayName: 'Expand Database Block',
description: 'Enables expanding of database blocks.',
configurable: false,
defaultState: true,
defaultState: false,
},
enable_multi_view: {
category: 'affine',