fix: create issue state not clearing on create more (#1082)

This commit is contained in:
Dakshesh Jain 2023-05-19 19:11:56 +05:30 committed by GitHub
parent 186b5b5500
commit 8e9afd459a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,6 +160,7 @@ export const IssueForm: FC<IssueFormProps> = ({
},
description_html: "<p></p>",
});
editorRef?.current?.clearEditor();
};
const handleAiAssistance = async (response: string) => {