feat(core): remove integration feature flag (#11393)

This commit is contained in:
CatsJuice
2025-04-02 08:28:09 +00:00
parent 90bf003ab8
commit c6d4787954
2 changed files with 2 additions and 15 deletions

View File

@@ -248,13 +248,6 @@ export const AFFINE_FLAGS = {
configurable: isCanaryBuild,
defaultState: false,
},
enable_integration: {
category: 'affine',
displayName: 'Enable Integration',
description: 'Enable Integration',
configurable: isCanaryBuild,
defaultState: false,
},
enable_edgeless_scribbled_style: {
category: 'blocksuite',
bsFlag: 'enable_edgeless_scribbled_style',