Update blocknote (#3517)

* update blocknote, remove feature flag

* Fix backend

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
brendanlaschke
2024-01-18 09:40:00 +01:00
committed by GitHub
parent c8de37860f
commit f6f4e6c769
7 changed files with 124 additions and 268 deletions

View File

@ -25,11 +25,6 @@ export const seedFeatureFlags = async (
workspaceId: workspaceId,
value: true,
},
{
key: FeatureFlagKeys.IsNoteCreateImagesEnabled,
workspaceId: workspaceId,
value: true,
},
{
key: FeatureFlagKeys.IsSelectFieldTypeEnabled,
workspaceId: workspaceId,