Skip to content

Commit

Permalink
Merge pull request #97 from SSWConsulting/93-fix-build-error
Browse files Browse the repository at this point in the history
Fixed build error
  • Loading branch information
Calinator444 authored Jul 31, 2024
2 parents a1c7dc7 + 1e4c2a8 commit 8380384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const Search: React.FC<SearchTermProps> = ({
};

interface SearchInputProps extends SearchTermProps {
className: string;
className?: string | undefined;
inputClassName?: string;
}

Expand Down

0 comments on commit 8380384

Please sign in to comment.