fix: create issue state not clearing on create more (#1082)
This commit is contained in:
parent
186b5b5500
commit
8e9afd459a
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ export const IssueForm: FC<IssueFormProps> = ({
|
||||||
},
|
},
|
||||||
description_html: "<p></p>",
|
description_html: "<p></p>",
|
||||||
});
|
});
|
||||||
|
editorRef?.current?.clearEditor();
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleAiAssistance = async (response: string) => {
|
const handleAiAssistance = async (response: string) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue