fixed bugs

This commit is contained in:
AmirHossein Mahmoodi
2023-09-03 11:22:47 +03:30
parent 60e982e6a8
commit 60f49ce430
2 changed files with 0 additions and 6 deletions

View File

@@ -116,9 +116,6 @@ const Update = ({rowId, fetchUrl, mutate}) => {
label={t("UpdateDialog.next-state-id")}
onChange={handleNextStateIDChange}
onBlur={formik.handleBlur("next_state_id")}
helperText={
formik.touched.next_state_id && formik.errors.next_state_id
}
>
{loan_state_navgan ? (loan_state_navgan.map((item) => {
return (

View File

@@ -116,9 +116,6 @@ const Update = ({rowId, fetchUrl, mutate}) => {
label={t("UpdateDialog.next-state-id")}
onChange={handleNextStateIDChange}
onBlur={formik.handleBlur("next_state_id")}
helperText={
formik.touched.next_state_id && formik.errors.next_state_id
}
>
{loan_state_refahi ? (loan_state_refahi.map((item) => {
return (