Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Sep 7, 2023
1 parent 19a371a commit 2982ce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/Attachment/AttachmentTableRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const AttachmentTableRow: React.FC<Props> = ({

const handleArchiveAttachment = (attachmentId) => {
if (isFirstRevision) {
// hardDeleteAttachment(attachmentId, formChangeRowId, csrfToken);
hardDeleteAttachment(attachmentId, formChangeRowId);
router.replace(router.asPath);
} else {
Expand Down

0 comments on commit 2982ce2

Please sign in to comment.