fix: description not loading while editing an issue (#1349)
This commit is contained in:
parent
8982452500
commit
048a01dbf3
3 changed files with 2 additions and 3 deletions
|
|
@ -328,7 +328,7 @@ export const CreateUpdateIssueModal: React.FC<IssuesModalProps> = ({
|
|||
<IssueForm
|
||||
issues={issues ?? []}
|
||||
handleFormSubmit={handleFormSubmit}
|
||||
initialData={prePopulateData}
|
||||
initialData={data ?? prePopulateData}
|
||||
createMore={createMore}
|
||||
setCreateMore={setCreateMore}
|
||||
handleClose={handleClose}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue