forked from extern/bruno
Merge pull request #99 from dcoomber/bugfix/createcollection-tab-order
Correct the tab order on the CreateCollection modal
This commit is contained in:
commit
4c9d22d1e0
@ -84,7 +84,6 @@ const CreateCollection = ({ onClose }) => {
|
|||||||
id="collection-folder-name"
|
id="collection-folder-name"
|
||||||
type="text"
|
type="text"
|
||||||
name="collectionFolderName"
|
name="collectionFolderName"
|
||||||
ref={inputRef}
|
|
||||||
className="block textbox mt-2 w-full"
|
className="block textbox mt-2 w-full"
|
||||||
onChange={formik.handleChange}
|
onChange={formik.handleChange}
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
Loading…
Reference in New Issue
Block a user