mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: code review notes
This commit is contained in:
@@ -181,7 +181,9 @@ export function useRejectEstimate(props) {
|
||||
*/
|
||||
|
||||
export function usePdfEstimate(estimateId) {
|
||||
return useRequestPdf(`sales/estimates/${estimateId}`);
|
||||
return useRequestPdf({
|
||||
url: `sales/estimates/${estimateId}`,
|
||||
});
|
||||
}
|
||||
|
||||
export function useRefreshEstimates() {
|
||||
|
||||
Reference in New Issue
Block a user