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
6d8bfd0bd1
commit
5a1a9ef1ab
1 changed files with 1 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue