value radiu group
This commit is contained in:
@@ -129,7 +129,7 @@ const Step1Form: FC<Step1FormProps> = ({ onSubmit, brands, categories, loading,
|
|||||||
onChange={(value) => setFormData(prev => ({ ...prev, source: value as string }))}
|
onChange={(value) => setFormData(prev => ({ ...prev, source: value as string }))}
|
||||||
items={[
|
items={[
|
||||||
{ value: 'local', label: 'محلی' },
|
{ value: 'local', label: 'محلی' },
|
||||||
{ value: 'imported', label: 'وارداتی' }
|
{ value: 'import', label: 'وارداتی' }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user