toman and ...
This commit is contained in:
@@ -86,7 +86,7 @@ const CardtoCard: FC = () => {
|
||||
label={t('wallet.amount')}
|
||||
placeholder={t('wallet.enter_amount_card')}
|
||||
name='amount'
|
||||
onChange={formik.handleChange}
|
||||
onChange={(e) => formik.setFieldValue('amount', e.target.value)}
|
||||
error_text={formik.touched.amount && formik.errors.amount ? formik.errors.amount : ''}
|
||||
seprator
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user