mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat : allocate landed cost.
This commit is contained in:
@@ -63,8 +63,11 @@ export function useLandedCostTransaction(query, props) {
|
||||
params: { transaction_type: query },
|
||||
},
|
||||
{
|
||||
select: (res) => res.data.transactions,
|
||||
defaultData: [],
|
||||
select: (res) => res.data,
|
||||
|
||||
defaultData: {
|
||||
transactions: [],
|
||||
},
|
||||
...props,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user