Skip to content
Snippets Groups Projects
Unverified Commit b97d9791 authored by Sloan Sparger's avatar Sloan Sparger Committed by GitHub
Browse files

uses data-autofocus attribute to avoid mantine modal moving focus to the modal...

uses data-autofocus attribute to avoid mantine modal moving focus to the modal close button (#43546)
parent 75fbccb7
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ function CreateCollectionForm({
name="name"
title={t`Name`}
placeholder={t`My new fantastic collection`}
autoFocus
data-autofocus
/>
<FormTextArea
name="description"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment