mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
Merge branch 'fix/master-data-nonstock' into 'development'
[FIX/FE] Master Data Nonstock See merge request mbugroup/lti-web-client!188
This commit is contained in:
@@ -199,10 +199,6 @@ const NonstockForm = ({ type = 'add', initialValues }: NonstockFormProps) => {
|
||||
// ===== Formik Error List =====
|
||||
const { formErrorList, close, handleFormSubmit } = useFormikErrorList(formik);
|
||||
|
||||
console.log({
|
||||
values: formik.values,
|
||||
});
|
||||
|
||||
return (
|
||||
<>
|
||||
<section className='w-full max-w-xl'>
|
||||
|
||||
Reference in New Issue
Block a user