toman and ...

This commit is contained in:
hamid zarghami
2025-03-03 12:48:52 +03:30
parent 3af46a330f
commit e8925de654
6 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -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
/>