Skip to content

Commit

Permalink
Fix attachments typo (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
av-mads authored Nov 19, 2024
2 parents e60e1d7 + 3eb6b82 commit e640813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/LogsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const downloadLog = () => {
};
const downloadAttachments = () => {
window.location.href = `${dbbLink.value}/download_attachmets`;
window.location.href = `${dbbLink.value}/download_attachments`;
};
onMounted(() => loadPage(currentPage.value));
Expand Down

0 comments on commit e640813

Please sign in to comment.