Merge pull request #99 from dcoomber/bugfix/createcollection-tab-order

Correct the tab order on the CreateCollection modal
This commit is contained in:
Anoop M D 2023-02-20 14:53:42 +05:30 committed by GitHub
commit 4c9d22d1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,6 @@ const CreateCollection = ({ onClose }) => {
id="collection-folder-name"
type="text"
name="collectionFolderName"
ref={inputRef}
className="block textbox mt-2 w-full"
onChange={formik.handleChange}
autoComplete="off"