We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ff605 commit 22bdfceCopy full SHA for 22bdfce
src/components/util/forms/select.jsx
@@ -62,6 +62,7 @@ function Select({
62
return null;
63
};
64
65
+ /* eslint-disable jsx-a11y/anchor-is-valid */
66
return (
67
<FormGroup className={formGroupClasses}>
68
<label htmlFor={name} className="form-label">
0 commit comments