Skip to content

Commit

Permalink
feat: hide stuff not present in 1st release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenrich33 committed Jan 31, 2025
1 parent 24f1247 commit fe0e843
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions front/src/views/Products/components/ProductsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import {
Flex,
Text,
IconButton,
ButtonGroup,
HStack,
Box,
Button,
// ButtonGroup,
// Button,
} from "@chakra-ui/react";
import {
Column,
Expand All @@ -25,15 +25,15 @@ import {
useRowSelect,
usePagination,
Row,
CellProps,
// CellProps,
} from "react-table";
import { FilteringSortingTableHeader } from "components/Table/TableHeader";
import {
includesOneOfMultipleStringsFilterFn,
includesSomeObjectFilterFn,
} from "components/Table/Filter";
import { IUseTableConfigReturnType } from "hooks/hooks";
import IndeterminateCheckbox from "./Checkbox";
// import IndeterminateCheckbox from "./Checkbox";
import { GlobalFilter } from "./GlobalFilter";
import { ProductRow, standardProductsRawDataToTableDataTransformer } from "./transformers";
import ColumnSelector from "./ColumnSelector";
Expand Down

0 comments on commit fe0e843

Please sign in to comment.