From e7a54f747438be183dbf471b9b5f1facf7d08e29 Mon Sep 17 00:00:00 2001 From: Simon Seyock <8100558+simonseyock@users.noreply.github.com> Date: Wed, 15 May 2024 10:12:05 +0200 Subject: [PATCH] chore: lint Co-authored-by: Daniel Koch --- src/Field/WfsSearchField/WfsSearchField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Field/WfsSearchField/WfsSearchField.tsx b/src/Field/WfsSearchField/WfsSearchField.tsx index e3f4e4ceb..f0858bbfc 100644 --- a/src/Field/WfsSearchField/WfsSearchField.tsx +++ b/src/Field/WfsSearchField/WfsSearchField.tsx @@ -26,7 +26,7 @@ export type WfsSearchFieldProps = { onBeforeSearch?: (value: string) => string; onChange?: (val: OlFeature[] | undefined) => undefined; value?: OlFeature[] | undefined; -} & SearchConfig & Omit; +} & SearchConfig & Omit; const defaultClassName = `${CSS_PREFIX}wfssearch`;