mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
refactoring: invoice form.
refactoring: receipt form. refactoring: bill form. refactoring: estimate form.
This commit is contained in:
@@ -42,9 +42,7 @@ export function useEstimate(id, props) {
|
||||
['SALE_ESTIMATE', id],
|
||||
() => ApiService.get(`sales/estimates/${id}`),
|
||||
{
|
||||
select: (res) => ({
|
||||
estimate: res.data.sale_estimate,
|
||||
}),
|
||||
select: (res) => res.data.estimate,
|
||||
...props,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user