mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: Edit currency.
This commit is contained in:
@@ -34,7 +34,7 @@ function CurrenciesDataTable({
|
||||
(currency) => {
|
||||
openDialog('currency-form', {
|
||||
action: 'edit',
|
||||
currencyCode: currency.currency_code,
|
||||
currency: currency,
|
||||
});
|
||||
},
|
||||
[openDialog],
|
||||
|
||||
Reference in New Issue
Block a user