Skip to content

Commit

Permalink
chore(infra): remove useless flags (#8748)
Browse files Browse the repository at this point in the history
  • Loading branch information
forehalo committed Nov 8, 2024
1 parent 73d0e64 commit 02dbe13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/infra/src/modules/feature-flag/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 02dbe13

Please sign in to comment.