mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: intake issue (#5813)
This commit is contained in:
@@ -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([]);
|
||||
|
||||
Reference in New Issue
Block a user