| ); | ); | ||||
| const handleApiResponseSuccess = () => { | const handleApiResponseSuccess = () => { | ||||
| // history.push({ | |||||
| // pathname: HOME_PAGE, | |||||
| // state: { | |||||
| // from: history.location.pathname, | |||||
| // }, | |||||
| // }); | |||||
| history.push({ | |||||
| pathname: HOME_PAGE, | |||||
| state: { | |||||
| from: history.location.pathname, | |||||
| }, | |||||
| }); | |||||
| }; | }; | ||||
| const handleSubmit = (values) => { | const handleSubmit = (values) => { |