feat: crypto dropdown should stay open when editing commissions
This commit is contained in:
parent
bee2dc42e6
commit
7af8079a2a
3 changed files with 8 additions and 2 deletions
|
|
@ -103,7 +103,8 @@ const getOverridesFields = (getData, currency, auxElements) => {
|
|||
valueProp: 'code',
|
||||
labelProp: 'display',
|
||||
multiple: true,
|
||||
onChange: onCryptoChange
|
||||
onChange: onCryptoChange,
|
||||
shouldStayOpen: true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue