fix: remirror placeholder (#849)

This commit is contained in:
Aaryan Khandelwal
2023-04-17 15:03:44 +05:30
committed by GitHub
parent 0beb654069
commit 819508d5fc
3 changed files with 10 additions and 7 deletions

View File

@@ -32,7 +32,8 @@ type Props = {
const defaultValues = {
name: "",
description: "<p></p>",
description: { type: "doc", content: [] },
description_html: "<p></p>",
};
const RemirrorRichTextEditor = dynamic(() => import("components/rich-text-editor"), {