fix: inbox issue initial data load (#3693)
* fix: inbox issue initial data load * chore: removed unnecessary comments
This commit is contained in:
parent
ce9ed6b25e
commit
261013b794
3 changed files with 6 additions and 19 deletions
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue