feat: attrs on product

This commit is contained in:
2024-05-11 00:41:50 +03:00
parent 8c04b9a5c7
commit 0421d33cf2

View File

@@ -56,6 +56,12 @@ export const useProductsTableColumns = () => {
accessorKey: "color",
header: "Цвет",
enableSorting: false
},
{
accessorKey: "size",
header: "Размер",
enableSorting: false
}
], []);