force deploy

This commit is contained in:
Khalim Conn-Kowlessar 2024-09-09 23:21:37 +01:00
parent 6d8bfd0bd1
commit 5a1a9ef1ab

View file

@ -61,6 +61,7 @@ export const DocumentsTable: React.FC<Props> = ({
// Mutation to handle the presigned URL generation
const { mutate: fetchPresignedUrl } = useMutation(
// Use the file key as the argument to generate the URL
async (fileKey: string) => await generatePresignedUrl(fileKey),
{
onSuccess: (url) => {