fix build
This commit is contained in:
@@ -60,15 +60,6 @@ const BasicInfoSection: FC<BasicInfoSectionProps> = ({ formik, categories }) =>
|
||||
error_text={formik.touched.discount && formik.errors.discount ? formik.errors.discount : ''}
|
||||
/>
|
||||
|
||||
<Input
|
||||
name='points'
|
||||
label='امتیاز'
|
||||
placeholder=''
|
||||
type='number'
|
||||
value={formik.values.points}
|
||||
onChange={(e) => formik.setFieldValue('points', Number(e.target.value))}
|
||||
error_text={formik.touched.points && formik.errors.points ? formik.errors.points : ''}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className='grid grid-cols-3 gap-4 mt-5'>
|
||||
|
||||
Reference in New Issue
Block a user