Skip to content

Commit

Permalink
feat(core): update blocksuite feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zzj3720 committed May 22, 2024
1 parent fdc33bd commit ecec843
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ const SplitViewSettingRow = () => {
const blocksuiteFeatureFlags: Partial<Record<keyof BlockSuiteFlags, string>> = {
enable_synced_doc_block: 'Enable Synced Doc Block',
enable_expand_database_block: 'Enable Expand Database Block',
enable_database_statistics: 'Enable Database Block Statistics',
enable_block_query: 'Enable Todo Block Query',
};

const BlocksuiteFeatureFlagSettings = () => {
Expand Down

0 comments on commit ecec843

Please sign in to comment.