diff --git a/src/pages/ProductsPage/components/ProductsTable/columns.tsx b/src/pages/ProductsPage/components/ProductsTable/columns.tsx index dc8ade5..b0e1f77 100644 --- a/src/pages/ProductsPage/components/ProductsTable/columns.tsx +++ b/src/pages/ProductsPage/components/ProductsTable/columns.tsx @@ -63,26 +63,6 @@ export const useProductsTableColumns = () => { header: "Размер", enableSorting: false }, - { - accessorKey: "weight", - header: "Вес", - enableSorting: false - }, - { - accessorKey: "price", - header: "Цена", - enableSorting: false - }, - { - accessorKey: "quantity", - header: "Количество", - enableSorting: false - }, - { - accessorKey: "description", - header: "Описание", - enableSorting: false - }, { accessorKey: "additionalInfo", header: "Доп. информация",