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