mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
fix: build error
This commit is contained in:
@@ -41,7 +41,6 @@ export class TitleSyncExtension implements Extension {
|
||||
const titleField = TiptapTransformer.toYdoc(
|
||||
generateTitleProsemirrorJson(title),
|
||||
"title",
|
||||
// @ts-expect-error TODO: fix this type error once we update packaages of
|
||||
// editor
|
||||
TITLE_EDITOR_EXTENSIONS
|
||||
);
|
||||
|
||||
1
web/ee/store/issue/workspace/issue.store.ts
Normal file
1
web/ee/store/issue/workspace/issue.store.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "@/ce/store/issue/workspace/issue.store";
|
||||
Reference in New Issue
Block a user