feat: attrs on product
This commit is contained in:
@@ -56,6 +56,12 @@ export const useProductsTableColumns = () => {
|
||||
accessorKey: "color",
|
||||
header: "Цвет",
|
||||
enableSorting: false
|
||||
},
|
||||
{
|
||||
|
||||
accessorKey: "size",
|
||||
header: "Размер",
|
||||
enableSorting: false
|
||||
}
|
||||
], []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user