mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
refactor(nestjs): hook up the client with new endpoints
This commit is contained in:
@@ -13,7 +13,7 @@ function InventoryAdjustmentsProvider({ query, ...props }) {
|
||||
const {
|
||||
isLoading: isAdjustmentsLoading,
|
||||
isFetching: isAdjustmentsFetching,
|
||||
data: { transactions: inventoryAdjustments, pagination },
|
||||
data: { inventoryAdjustments, pagination },
|
||||
} = useInventoryAdjustments(query, { keepPreviousData: true });
|
||||
|
||||
// Provider payload.
|
||||
|
||||
Reference in New Issue
Block a user