Account selector change.

This commit is contained in:
muzam1l
2022-07-21 15:26:37 +05:30
parent 3897f2d823
commit 41ba096ef9

View File

@@ -206,7 +206,6 @@ export const SetHookDialog: React.FC<{ accountAddress: string }> = React.memo(
<Select
instanceId="deploy-account"
placeholder="Select account"
hideSelectedOptions
options={accountOptions}
value={selectedAccount}
onChange={(acc: any) => setSelectedAccount(acc)}