mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 14:19:39 +02:00
bug: Use correct currency value while setting the currency. (#2018)
Fixes: #1754.
This commit is contained in:
parent
9f062de6b4
commit
8e6b81af77
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
<div>
|
||||
<%= form.select currency_method,
|
||||
currencies_for_select.map(&:iso_code),
|
||||
{ inline: true, selected: currency_value },
|
||||
{ inline: true, selected: currency.iso_code },
|
||||
{
|
||||
class: "w-fit pr-5 disabled:text-subdued form-field__input",
|
||||
disabled: options[:disable_currency],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue