fix: add autofocus to auth fields (#6483)
This commit is contained in:
@@ -70,7 +70,7 @@ export default class ApiKeyAuth extends React.Component {
|
||||
<label>Value:</label>
|
||||
{
|
||||
value ? <code> ****** </code>
|
||||
: <Col><Input type="text" onChange={ this.onChange }/></Col>
|
||||
: <Col><Input type="text" onChange={ this.onChange } autoFocus/></Col>
|
||||
}
|
||||
</Row>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user