mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
refactor(editor): remove block models global type (#10086)
This commit is contained in:
@@ -76,7 +76,7 @@ describe('DatabaseManager', () => {
|
||||
noteBlockId = doc.addBlock('affine:note', {}, rootId);
|
||||
|
||||
databaseBlockId = doc.addBlock(
|
||||
'affine:database' as BlockSuite.Flavour,
|
||||
'affine:database',
|
||||
{
|
||||
columns: [],
|
||||
titleColumn: 'Title',
|
||||
|
||||
Reference in New Issue
Block a user