fixed linting issue
This commit is contained in:
parent
e2e7808f09
commit
93b8c09e90
|
@ -16,6 +16,7 @@ interface typeaheadArgs {
|
|||
label?: string;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line sonarjs/cognitive-complexity
|
||||
export default function TypeaheadWidget({
|
||||
id,
|
||||
onChange,
|
||||
|
|
Loading…
Reference in New Issue