mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
refactor(nestjs): wip
This commit is contained in:
@@ -76,7 +76,7 @@ export function useExpense(id, props) {
|
||||
url: `expenses/${id}`,
|
||||
},
|
||||
{
|
||||
select: (res) => res.data.expense,
|
||||
select: (res) => res.data,
|
||||
defaultData: {},
|
||||
...props,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user