mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix: credit & vendor reducer.
This commit is contained in:
@@ -102,7 +102,7 @@ const transformVendorCreditsResponse = (response) => ({
|
||||
*/
|
||||
export function useVendorCredits(query, props) {
|
||||
return useRequestQuery(
|
||||
[t.VENDOR_CREDITS],
|
||||
[t.VENDOR_CREDITS, query],
|
||||
{
|
||||
method: 'get',
|
||||
url: 'purchases/vendor-credit',
|
||||
|
||||
Reference in New Issue
Block a user