Fix autofocus in open channel dialog (#1501)

This commit is contained in:
Jonathan Zernik 2021-10-04 20:22:30 -07:00 committed by GitHub
parent 596a04b20f
commit f2ba8dc004
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,6 @@ export default function OpenChannelDialog({
id="pubkey-textarea"
label="Node Pub Key"
required
autoFocus
value={pubkey}
fullWidth
inputProps={{
@ -108,7 +107,6 @@ export default function OpenChannelDialog({
id="satperbyte-textarea"
label="Sats Per Byte"
required
autoFocus
value={satperbyte}
onChange={handleChangeSatPerBytes}
fullWidth