mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
chore(FE): remove unnecessary code
This commit is contained in:
@@ -210,11 +210,6 @@ const KandangForm = ({ type = 'add', initialValues }: KandangFormProps) => {
|
||||
// ===== Formik Error List =====
|
||||
const { formErrorList, close, handleFormSubmit } = useFormikErrorList(formik);
|
||||
|
||||
console.log({
|
||||
values: formik.values,
|
||||
errors: formik.errors,
|
||||
});
|
||||
|
||||
return (
|
||||
<>
|
||||
<section className='w-full max-w-xl'>
|
||||
|
||||
Reference in New Issue
Block a user