Skip to content

Commit e583dce

Browse files
committed
fix: type of document creator
1 parent 62db498 commit e583dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/document-creator/document-creator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import PostList from 'components/post-list/post-list';
1717
interface DocumentCreatorProps {
1818
_type: string;
1919

20-
content?: ContentBlock[];
20+
content?: (ContentBlock & DocumentCreatorType)[];
2121
}
2222

2323
type DocumentCreatorType = DocumentCreatorProps &

0 commit comments

Comments
 (0)