mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
force deploy
This commit is contained in:
parent
d1c68fbbfd
commit
df0d3a1f2f
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ export const DocumentsTable: React.FC<Props> = ({
|
|||
);
|
||||
|
||||
const handleDownload = (documentLocation: string) => {
|
||||
fetchPresignedUrl(documentLocation); // Generate URL and open in new tab
|
||||
// Generate URL and open in new tab
|
||||
fetchPresignedUrl(documentLocation);
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue