diff --git a/src/pages/ProductsPage/components/ProductsTable/columns.tsx b/src/pages/ProductsPage/components/ProductsTable/columns.tsx index 3762ca9..1413708 100644 --- a/src/pages/ProductsPage/components/ProductsTable/columns.tsx +++ b/src/pages/ProductsPage/components/ProductsTable/columns.tsx @@ -56,6 +56,12 @@ export const useProductsTableColumns = () => { accessorKey: "color", header: "Цвет", enableSorting: false + }, + { + + accessorKey: "size", + header: "Размер", + enableSorting: false } ], []);