fixed bugs
This commit is contained in:
@@ -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 (
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user