fix(webapp): style of quick item drawer

This commit is contained in:
Ahmed Bouhuolia
2023-06-22 20:48:27 +02:00
parent ca4d543482
commit 46bf1cc39a
2 changed files with 21 additions and 14 deletions

View File

@@ -90,7 +90,9 @@ export default function ItemFormFormik({
};
return (
<div class={classNames(CLASSES.PAGE_FORM_ITEM, className)}>
<div
class={classNames(CLASSES.PAGE_FORM, CLASSES.PAGE_FORM_ITEM, className)}
>
<Formik
enableReinitialize={true}
validationSchema={isNewMode ? CreateItemFormSchema : EditItemFormSchema}