Skip to content

Commit eb48f84

Browse files
committed
fix wrong import
1 parent 5b29e47 commit eb48f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

confiture-web-app/src/components/tiptap/TiptapRenderer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const editor = useEditor({
2323
},
2424
editable: false,
2525
content: parsedDocument.value,
26-
extensions: tiptapExtensions()
26+
extensions: tiptapExtensions
2727
}) as ShallowRef<Editor>;
2828
2929
const contentRef = ref<HTMLDivElement>();

0 commit comments

Comments
 (0)