fix: inbox issue initial data load (#3693)

* fix: inbox issue initial data load

* chore: removed unnecessary comments
This commit is contained in:
sriram veeraghanta 2024-02-19 00:17:31 +05:30 committed by GitHub
parent ce9ed6b25e
commit 261013b794
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 19 deletions

View file

@ -79,6 +79,7 @@ export const InboxIssueMainContent: React.FC<Props> = observer((props) => {
issueOperations={issueOperations}
disabled={!is_editable}
value={issue.description_html}
initialValue={issue.description_html}
/>
{currentUser && (