Skip to content

Commit

Permalink
[fix] fix dont close when select item
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktoast committed Dec 8, 2023
1 parent 9f4ae64 commit 49690a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ export const SettingTokenAddScreen: FunctionComponent = observer(() => {
setIsOpen={setIsOpenContractModal}
onSelect={(address: string) => {
setValue('contractAddress', address);
setIsOpenContractModal(false);
}}
/>

Expand Down

0 comments on commit 49690a4

Please sign in to comment.