[MM-20795] Added auto focus on Server Display Name input field (#1135)

This commit is contained in:
Xalkan
2020-01-09 21:30:48 +05:00
committed by Dean Whillier
parent df95af58ce
commit 867380c1d4

View File

@@ -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>