mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-28 03:12:19 +08:00
feat(core): enable ai network search (#10110)
Fix issue [AF-2182](https://linear.app/affine-design/issue/AF-2182).
This commit is contained in:
@@ -22,8 +22,9 @@ export const AFFINE_FLAGS = {
|
||||
'com.affine.settings.workspace.experimental-features.enable-ai-network-search.name',
|
||||
description:
|
||||
'com.affine.settings.workspace.experimental-features.enable-ai-network-search.description',
|
||||
configurable: true,
|
||||
defaultState: false,
|
||||
hide: true,
|
||||
configurable: false,
|
||||
defaultState: true,
|
||||
},
|
||||
enable_database_full_width: {
|
||||
category: 'blocksuite',
|
||||
|
||||
Reference in New Issue
Block a user