1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Autofocus port field in portf orwarding dialog

This commit is contained in:
Stefan Woehrer 2022-07-26 10:56:09 +02:00
parent e7e8d1688c
commit eff26ab03d

View File

@ -127,6 +127,7 @@ class NonInjectedPortForwardDialog extends Component<PortForwardDialogProps & De
value={this.desiredPort === 0 ? "" : String(this.desiredPort)}
placeholder={"Random"}
onChange={this.changePort}
autoFocus
/>
</div>
<Checkbox