diff --git a/apps/app/components/issues/attachments.tsx b/apps/app/components/issues/attachments.tsx index 3408e5af0..13fc0d972 100644 --- a/apps/app/components/issues/attachments.tsx +++ b/apps/app/components/issues/attachments.tsx @@ -34,7 +34,7 @@ export const IssueAttachments = () => { workspaceSlug && projectId && issueId ? ISSUE_ATTACHMENTS(issueId as string) : null, workspaceSlug && projectId && issueId ? () => - issuesService.getIssueAttachment( + issuesService.getIssueAttachment( workspaceSlug as string, projectId as string, issueId as string @@ -61,7 +61,7 @@ export const IssueAttachments = () => { attachments.map((file) => (
-