fix: quick action buttons: (#1884)

This commit is contained in:
Aaryan Khandelwal
2023-08-16 18:25:11 +05:30
committed by GitHub
parent f8497125db
commit 5b6b43fb83
11 changed files with 47 additions and 30 deletions

View File

@@ -145,7 +145,7 @@ export const GptAssistantModal: React.FC<Props> = ({
}`}
>
{((content && content !== "") || (htmlContent && htmlContent !== "<p></p>")) && (
<div id="tiptap-container" className="text-sm">
<div className="text-sm">
Content:
<TiptapEditor
value={htmlContent ?? `<p>${content}</p>`}