[REGRESSION]: Inbox issue editor initialization (#3025)
* fixed core editor package build error * reverting back changes such that editor doesn't rerender randomly in inbox issues
This commit is contained in:
parent
557fb2306b
commit
2a5ff3397f
2 changed files with 1 additions and 106 deletions
|
|
@ -66,7 +66,7 @@ export const IssueDescriptionForm: FC<IssueDetailsProps> = (props) => {
|
|||
setLocalIssueDescription({ id: issue.id, description_html: issue.description_html });
|
||||
setLocalTitleValue(issue.name);
|
||||
}
|
||||
}, [issue.id, issue.name, issue.description_html]);
|
||||
}, [issue.id]);
|
||||
|
||||
const handleDescriptionFormSubmit = useCallback(
|
||||
async (formData: Partial<IIssue>) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue