Skip to content

Commit

Permalink
fix(trade): delete limits after change currency
Browse files Browse the repository at this point in the history
  • Loading branch information
adderpositive authored and tomasklim committed Jan 17, 2025
1 parent 591ce46 commit 8f30a4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const CoinmarketFormInputCryptoSelect = <
context.setValue(FORM_CRYPTO_CURRENCY_SELECT, findOption);
}

context.setAmountLimits(undefined);
setIsModalActive(false);
};

Expand Down

0 comments on commit 8f30a4d

Please sign in to comment.