Fix variable names of conflicting types

This commit is contained in:
Debajyoti Halder
2021-02-02 16:42:37 +05:30
parent e0fb5dfccf
commit 7717c46517
9 changed files with 27 additions and 44 deletions
@@ -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[] = [
{