mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
fix: don't expand documentData
This commit is contained in:
@ -58,7 +58,7 @@ export const DataTableActionButton = ({ row }: DataTableActionButtonProps) => {
|
||||
return;
|
||||
}
|
||||
|
||||
const documentBytes = await getFile({ data: documentData.data, type: documentData.type });
|
||||
const documentBytes = await getFile(documentData);
|
||||
|
||||
const blob = new Blob([documentBytes], {
|
||||
type: 'application/pdf',
|
||||
|
||||
Reference in New Issue
Block a user