fix: intake loading (#5966)
* fix: intake loading * fix: image upload in space
This commit is contained in:
parent
1d314dd25f
commit
0cd36b854e
4 changed files with 16 additions and 3 deletions
|
|
@ -253,7 +253,7 @@ export class IssueDetailStore implements IIssueDetailStore {
|
|||
anchor,
|
||||
{
|
||||
entity_identifier: commentID ?? "",
|
||||
entity_type: EFileAssetType.ISSUE_ATTACHMENT,
|
||||
entity_type: EFileAssetType.ISSUE_DESCRIPTION,
|
||||
},
|
||||
file
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue