mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
removed redundant description_html check
This commit is contained in:
parent
aa5c118616
commit
ae4ccc65a8
@ -317,9 +317,7 @@ export const CreateUpdateBlockInline: React.FC<Props> = ({
|
||||
value={
|
||||
value && value !== "" && Object.keys(value).length > 0
|
||||
? value
|
||||
: watch("description_html") && watch("description_html") !== ""
|
||||
? watch("description_html")
|
||||
: { type: "doc", content: [{ type: "paragraph" }] }
|
||||
: { type: "doc", content: [{ type: "paragraph" }] }
|
||||
}
|
||||
debouncedUpdatesEnabled={false}
|
||||
customClassName="text-sm"
|
||||
|
Loading…
Reference in New Issue
Block a user