Skip to content

Commit

Permalink
fix build issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
BANANAPEEL202 committed Oct 30, 2024
1 parent 537ca82 commit e94ce73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import SchemaSearch from "@/components/SchemaSearch";
import { Button } from "@mantine/core";

interface SearchBarWithFilterProps {
setFilteredData: React.Dispatch<
React.SetStateAction<MCAPFileInformation[] | undefined>
>;
setSearchFilters: React.Dispatch<React.SetStateAction<SearchFilter>>;
setSearch: React.Dispatch<React.SetStateAction<boolean>>;
}
Expand Down

0 comments on commit e94ce73

Please sign in to comment.