force deploy

This commit is contained in:
Khalim Conn-Kowlessar 2024-09-10 00:35:11 +01:00
parent d1c68fbbfd
commit df0d3a1f2f

View file

@ -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 (