diff --git a/apps/frontend/src/components/tiptap.jsx b/apps/frontend/src/components/tiptap.jsx index 76b2d548d..5e40ebd8d 100644 --- a/apps/frontend/src/components/tiptap.jsx +++ b/apps/frontend/src/components/tiptap.jsx @@ -321,6 +321,7 @@ const Tiptap = ({ handleContentChange, user, content }) => { }), Image.configure({ inline: true, + allowBase64: true, HTMLAttributes: { class: "add-image-form", },