Fix variable names of conflicting types
This commit is contained in:
@@ -59,11 +59,6 @@ type TableHeaderProps = {
|
||||
handleToggleFilters: () => void;
|
||||
};
|
||||
|
||||
// type Filters = {
|
||||
// selected: string;
|
||||
// checked: Array<string | null>;
|
||||
// };
|
||||
|
||||
// TODO: move out column to make the search result component more generic
|
||||
const columns: TableColumn[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user