Skip to content

Commit

Permalink
fix: Create group should auto focus on the name input (#3632)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricanva authored Mar 26, 2024
1 parent 5b0339a commit ddb0b7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/web/components/modals/CreateGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ const CreateGroup = class extends Component {
tooltip={
'The external ID of the group in your SSO provider, used for synchronising users.'
}
ref={(e) => (this.input = e)}
data-test='groupName'
inputProps={{
className: 'full-width',
Expand Down

0 comments on commit ddb0b7f

Please sign in to comment.