chore(infra): remove useless flags (#8748)

fix AF-1611
This commit is contained in:
forehalo 2024-11-08 10:17:45 +00:00
parent 73d0e64c20
commit 02dbe135d4
No known key found for this signature in database
GPG Key ID: 56709255DC7EC728

View File

@ -19,7 +19,7 @@ export const AFFINE_FLAGS = {
bsFlag: 'enable_database_full_width',
displayName: 'Database Full Width',
description: 'The database will be displayed in full-width mode.',
configurable: isNotStableBuild,
configurable: isCanaryBuild,
},
enable_database_attachment_note: {
category: 'blocksuite',
@ -33,7 +33,7 @@ export const AFFINE_FLAGS = {
bsFlag: 'enable_block_query',
displayName: 'Todo Block Query',
description: 'Enables querying of todo blocks.',
configurable: isNotStableBuild,
configurable: isCanaryBuild,
},
enable_synced_doc_block: {
category: 'blocksuite',