forked from github/plane
removed redundant description_html check
This commit is contained in:
parent
aa5c118616
commit
ae4ccc65a8
@ -317,8 +317,6 @@ export const CreateUpdateBlockInline: React.FC<Props> = ({
|
|||||||
value={
|
value={
|
||||||
value && value !== "" && Object.keys(value).length > 0
|
value && value !== "" && Object.keys(value).length > 0
|
||||||
? value
|
? value
|
||||||
: watch("description_html") && watch("description_html") !== ""
|
|
||||||
? watch("description_html")
|
|
||||||
: { type: "doc", content: [{ type: "paragraph" }] }
|
: { type: "doc", content: [{ type: "paragraph" }] }
|
||||||
}
|
}
|
||||||
debouncedUpdatesEnabled={false}
|
debouncedUpdatesEnabled={false}
|
||||||
|
Loading…
Reference in New Issue
Block a user