Skip to content

Commit 22bdfce

Browse files
committed
2321: Added eslint disable
1 parent f6ff605 commit 22bdfce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/util/forms/select.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function Select({
6262
return null;
6363
};
6464

65+
/* eslint-disable jsx-a11y/anchor-is-valid */
6566
return (
6667
<FormGroup className={formGroupClasses}>
6768
<label htmlFor={name} className="form-label">

0 commit comments

Comments
 (0)