perf: refs #7134 use map-key
This commit is contained in:
parent
100e3b4d72
commit
ae19e8b3c6
|
@ -146,6 +146,7 @@ const onFetchCurrencies = (data) => {
|
|||
:order="['dated ASC']"
|
||||
data-cy="supplierBalanceTable"
|
||||
auto-load
|
||||
:map-key="false"
|
||||
>
|
||||
<template #column-balance="{ rowIndex }">
|
||||
{{ toCurrency(balances[rowIndex]?.balance) }}
|
||||
|
|
Loading…
Reference in New Issue