mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: create issue state not clearing on create more (#1082)
This commit is contained in:
parent
186b5b5500
commit
8e9afd459a
@ -160,6 +160,7 @@ export const IssueForm: FC<IssueFormProps> = ({
|
||||
},
|
||||
description_html: "<p></p>",
|
||||
});
|
||||
editorRef?.current?.clearEditor();
|
||||
};
|
||||
|
||||
const handleAiAssistance = async (response: string) => {
|
||||
|
Loading…
Reference in New Issue
Block a user