mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
Merge pull request #1477 from makeplane/sync/11308135099
sync: community changes
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