Update Blocknote (#2872)
* - update blocknote - fix line break in notes * - fixed parsing body error on image block * add feature flag
This commit is contained in:
@ -23,6 +23,11 @@ export const seedFeatureFlags = async (
|
||||
workspaceId: workspaceId,
|
||||
value: true,
|
||||
},
|
||||
{
|
||||
key: 'IS_NOTE_CREATE_IMAGES_ENABLED',
|
||||
workspaceId: workspaceId,
|
||||
value: true,
|
||||
},
|
||||
])
|
||||
.execute();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user