mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
feat: code review notes
This commit is contained in:
@@ -16,6 +16,7 @@ export const useRequestPdf = (httpProps) => {
|
||||
headers: { accept: 'application/pdf' },
|
||||
responseType: 'blob',
|
||||
...httpProps,
|
||||
url: `/api/${httpProps?.url}`,
|
||||
})
|
||||
.then((response) => {
|
||||
// Create a Blob from the PDF Stream.
|
||||
|
||||
Reference in New Issue
Block a user