mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: refactor FastField fields to binded Formik fields
This commit is contained in:
@@ -175,6 +175,7 @@ export function usePaymentReceiveEditPage(id, props) {
|
||||
return useQuery(
|
||||
[t.PAYMENT_RECEIVE_EDIT_PAGE, id],
|
||||
() => apiRequest.get(`payments-received/${id}/edit-page`).then(res => res.data),
|
||||
props
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user