Commit 0f237c4b authored by tom's avatar tom Committed by tom goriunov

fix contract source address selector

parent 0ef2a6ba
......@@ -60,7 +60,7 @@ const ContractSourceAddressSelector = ({ className, selectedItem, onItemSelect,
<Select
options={ options }
name="contract-source-address"
defaultValue={ options[0].value }
defaultValue={ selectedItem.address }
onChange={ handleItemSelect }
isLoading={ isLoading }
maxW={{ base: '180px', lg: 'none' }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment