mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
refactor(nestjs): contacts module
This commit is contained in:
@@ -67,7 +67,7 @@ export function useCurrencies(props) {
|
||||
[t.CURRENCIES],
|
||||
{ method: 'get', url: 'currencies' },
|
||||
{
|
||||
select: (res) => res.data.currencies,
|
||||
select: (res) => res.data,
|
||||
defaultData: [],
|
||||
...props
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user