Skip to content

Commit

Permalink
suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
UdaySagar-Git committed Dec 5, 2024
1 parent 8ceb326 commit 563ef7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/DiscussionNotesEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const DiscussionNotesEditor: React.FC<DiscussionNotesEditorProps> = ({
await fileUpload.handleFileUpload(id);
onRefetch?.();
fileUpload.clearFiles();
editorRef.current.innerHTML = "";
setText("");
setIsPreviewMode(false);
}}
className="max-w-12"
Expand Down

0 comments on commit 563ef7a

Please sign in to comment.