feat: attrs on product

This commit is contained in:
2024-05-11 01:13:32 +03:00
parent efa7a446a3
commit 0ebb1d5e08

View File

@@ -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: "Доп. информация",