value radiu group

This commit is contained in:
hamid zarghami
2025-10-27 12:37:56 +03:30
parent a68323d3ee
commit 934c92544e
+1 -1
View File
@@ -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: 'وارداتی' }
]} ]}
/> />