fix: Edit currency.

This commit is contained in:
elforjani3
2021-02-17 18:50:18 +02:00
parent 6908173414
commit 32f463d221
3 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ function CurrenciesDataTable({
(currency) => {
openDialog('currency-form', {
action: 'edit',
currencyCode: currency.currency_code,
currency: currency,
});
},
[openDialog],