From ab6fe4bedd7bcee5e59f3507c23850575578845b Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:19:28 +0000 Subject: [PATCH] Update product-modal.tsx --- components/modals/product-modal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/modals/product-modal.tsx b/components/modals/product-modal.tsx index e6c500e..860c7f8 100644 --- a/components/modals/product-modal.tsx +++ b/components/modals/product-modal.tsx @@ -241,7 +241,7 @@ const CategorySelect: React.FC = ({ - + Select main category... {rootCategories.map((cat) => ( @@ -265,7 +265,7 @@ const CategorySelect: React.FC = ({ - + No subcategory {getSubcategories(selectedMainCategory).map((subCat) => ( @@ -300,7 +300,7 @@ const UnitTypeSelect: React.FC<{ - + Select unit type