diff --git a/src/Components/FormInputMain.jsx b/src/Components/FormInputMain.jsx index ee67c64..2edef3d 100644 --- a/src/Components/FormInputMain.jsx +++ b/src/Components/FormInputMain.jsx @@ -5,28 +5,29 @@ import { OPACITY_ON_LOAD } from "../Layout/animations"; import { ArrowBackIcon } from "@chakra-ui/icons"; const FormInputMain = ({ + register, groupedFields, control, errors, onSubmit, children, - onCancle, + onCancle, submitTitle, p, - w + w, }) => { return (