From 0ebb1d5e08409383a144efbca451d5f10bf5f2db Mon Sep 17 00:00:00 2001 From: fakz9 Date: Sat, 11 May 2024 01:13:32 +0300 Subject: [PATCH] feat: attrs on product --- .../components/ProductsTable/columns.tsx | 20 ------------------- 1 file changed, 20 deletions(-) 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: "Доп. информация",