forked from github/plane
fix: remirror placeholder (#849)
This commit is contained in:
committed by
GitHub
parent
0beb654069
commit
819508d5fc
@@ -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"), {
|
||||
|
||||
Reference in New Issue
Block a user