From efa7a446a3c7d48c8718eaedd41907cfdec93285 Mon Sep 17 00:00:00 2001 From: fakz9 Date: Sat, 11 May 2024 01:12:16 +0300 Subject: [PATCH] feat: attrs on product --- .../modals/CreateProductModal/CreateProductModal.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/ProductsPage/modals/CreateProductModal/CreateProductModal.tsx b/src/pages/ProductsPage/modals/CreateProductModal/CreateProductModal.tsx index cd374fb..dda8df8 100644 --- a/src/pages/ProductsPage/modals/CreateProductModal/CreateProductModal.tsx +++ b/src/pages/ProductsPage/modals/CreateProductModal/CreateProductModal.tsx @@ -94,6 +94,10 @@ const CreateProductModal = ({ label={"Размер"} {...form.getInputProps('size')} /> +