Skip to content

Commit

Permalink
📝 docs(libs/ReportUtils): update comment for attachment link
Browse files Browse the repository at this point in the history
  • Loading branch information
kidroca committed Oct 30, 2024
1 parent e562270 commit 30d508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4254,7 +4254,7 @@ function getUploadingAttachmentHtml(file?: FileObject): string {
return `<video src="${file.uri}" ${dataAttributes}>${file.name}</video>`;
}

// For all other types, we present a generic download link
// For all other types, we present a generic attachment link
return `<a href="${file.uri}" ${dataAttributes}>${file.name}</a>`;
}

Expand Down

0 comments on commit 30d508b

Please sign in to comment.