feat(core): enable feature flag for release (#7738)

This commit is contained in:
EYHN
2024-08-05 09:53:10 +00:00
parent 9f57ed5e84
commit e6e9f7d4c7
3 changed files with 7 additions and 8 deletions

View File

@@ -150,9 +150,6 @@ const blocksuiteFeatureFlags: Partial<Record<keyof BlockSuiteFlags, string>> = {
enable_database_attachment_note: 'Enable Database Attachment Note',
enable_database_statistics: 'Enable Database Block Statistics',
enable_block_query: 'Enable Todo Block Query',
enable_ai_onboarding: 'Enable AI Onboarding',
enable_ai_chat_block: 'Enable AI Chat Block',
enable_color_picker: 'Enable Color Picker',
};
const BlocksuiteFeatureFlagSettings = () => {