[MM-20795] Added auto focus on Server Display Name input field (#1135)
This commit is contained in:
@@ -175,6 +175,7 @@ export default class NewTeamModal extends React.Component {
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
}}
|
||||
autoFocus={true}
|
||||
/>
|
||||
<FormControl.Feedback/>
|
||||
<HelpBlock>{'The name of the server displayed on your desktop app tab bar.'}</HelpBlock>
|
||||
|
Reference in New Issue
Block a user