fix(wallet): Reset value when chain is disabled in custom mode (#15452)

This commit is contained in:
Cuteivist 2024-07-10 11:02:24 +02:00 committed by GitHub
parent 8504fb55a1
commit 64f3ec67dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ Item {
clickable: root.interactive
onClicked: {
store.toggleFromDisabledChains(model.chainId)
store.lockCard(model.chainId, 0, false)
root.reCalculateSuggestedRoute()
}
onLockCard: {