mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(core): enable feature flag for release (#7738)
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user