diff --git a/src/pages/products/components/Step1Form.tsx b/src/pages/products/components/Step1Form.tsx index 1e5ea3a..875621a 100644 --- a/src/pages/products/components/Step1Form.tsx +++ b/src/pages/products/components/Step1Form.tsx @@ -129,7 +129,7 @@ const Step1Form: FC = ({ onSubmit, brands, categories, loading, onChange={(value) => setFormData(prev => ({ ...prev, source: value as string }))} items={[ { value: 'local', label: 'محلی' }, - { value: 'imported', label: 'وارداتی' } + { value: 'import', label: 'وارداتی' } ]} />