Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Koch <[email protected]>
  • Loading branch information
simonseyock and dnlkoch authored May 15, 2024
1 parent 0b624bd commit e7a54f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Field/WfsSearchField/WfsSearchField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export type WfsSearchFieldProps = {
onBeforeSearch?: (value: string) => string;
onChange?: (val: OlFeature[] | undefined) => undefined;
value?: OlFeature[] | undefined;
} & SearchConfig & Omit<WfsQueryArgs, 'searchConfig'|'searchTerm'>;
} & SearchConfig & Omit<WfsQueryArgs, 'searchConfig' | 'searchTerm'>;

const defaultClassName = `${CSS_PREFIX}wfssearch`;

Expand Down

0 comments on commit e7a54f7

Please sign in to comment.