From 93b8c09e90bd9a0de4e502ba15f5073202fbaa2a Mon Sep 17 00:00:00 2001 From: jasquat Date: Wed, 12 Jul 2023 08:38:38 -0400 Subject: [PATCH] fixed linting issue --- .../src/rjsf/custom_widgets/TypeaheadWidget/TypeaheadWidget.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/spiffworkflow-frontend/src/rjsf/custom_widgets/TypeaheadWidget/TypeaheadWidget.tsx b/spiffworkflow-frontend/src/rjsf/custom_widgets/TypeaheadWidget/TypeaheadWidget.tsx index 1800cdf8d..4667fdfdf 100644 --- a/spiffworkflow-frontend/src/rjsf/custom_widgets/TypeaheadWidget/TypeaheadWidget.tsx +++ b/spiffworkflow-frontend/src/rjsf/custom_widgets/TypeaheadWidget/TypeaheadWidget.tsx @@ -16,6 +16,7 @@ interface typeaheadArgs { label?: string; } +// eslint-disable-next-line sonarjs/cognitive-complexity export default function TypeaheadWidget({ id, onChange,