mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-19 13:18:26 +02:00
Fix autofocus in open channel dialog (#1501)
This commit is contained in:
parent
596a04b20f
commit
f2ba8dc004
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue