fix: intake loading (#5966)

* fix: intake loading

* fix: image upload in space
This commit is contained in:
Akshita Goyal 2024-11-08 17:17:15 +05:30 committed by GitHub
parent 1d314dd25f
commit 0cd36b854e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 3 deletions

View file

@ -253,7 +253,7 @@ export class IssueDetailStore implements IIssueDetailStore {
anchor,
{
entity_identifier: commentID ?? "",
entity_type: EFileAssetType.ISSUE_ATTACHMENT,
entity_type: EFileAssetType.ISSUE_DESCRIPTION,
},
file
);