fix: intake issue (#5813)
This commit is contained in:
parent
0ac406e8c7
commit
6490ace7c7
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ export const InboxIssueCreateRoot: FC<TInboxIssueCreateRoot> = observer((props)
|
|||
await createInboxIssue(workspaceSlug, projectId, payload)
|
||||
.then(async (res) => {
|
||||
if (uploadedAssetIds.length > 0) {
|
||||
await fileService.updateBulkProjectAssetsUploadStatus(workspaceSlug, projectId, res?.id ?? "", {
|
||||
await fileService.updateBulkProjectAssetsUploadStatus(workspaceSlug, projectId, res?.issue.id ?? "", {
|
||||
asset_ids: uploadedAssetIds,
|
||||
});
|
||||
setUploadedAssetIds([]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue