Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinator444 committed Jul 31, 2024
1 parent 39e735a commit 1e4c2a8
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 1e4c2a8

Please sign in to comment.