Remove autofocus from gas limit input on advance gas popup (#12279)

feature/default_network_editable
Jyoti Puri 3 years ago committed by GitHub
parent 9de632e9d1
commit 68d7ff73c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/components/app/advanced-gas-controls/advanced-gas-controls.component.js

@ -54,7 +54,6 @@ export default function AdvancedGasControls({
value={gasLimit}
allowDecimals={false}
numeric
autoFocus
/>
{showFeeMarketFields ? (
<>

Loading…
Cancel
Save