mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
[PUI] fix missing key in currency table (#7953)
This commit is contained in:
parent
d5086b2fb1
commit
725181be5f
@ -66,6 +66,7 @@ export default function CurrencyTable() {
|
||||
tableState={table}
|
||||
columns={columns}
|
||||
props={{
|
||||
idAccessor: 'currency',
|
||||
tableActions: tableActions,
|
||||
dataFormatter: (data: any) => {
|
||||
let rates = data.exchange_rates ?? {};
|
||||
|
Loading…
Reference in New Issue
Block a user