From ddb0b7f35b5e414d8a2f6d01dc88f642b0514f92 Mon Sep 17 00:00:00 2001 From: Fabrizio Via <81269243+fabricanva@users.noreply.github.com> Date: Tue, 26 Mar 2024 04:02:46 -0400 Subject: [PATCH] fix: Create group should auto focus on the name input (#3632) --- frontend/web/components/modals/CreateGroup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/web/components/modals/CreateGroup.js b/frontend/web/components/modals/CreateGroup.js index bee90a4dbbf1..cf7f2d1a7338 100644 --- a/frontend/web/components/modals/CreateGroup.js +++ b/frontend/web/components/modals/CreateGroup.js @@ -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',