diff --git a/src/Components/Popups/InitiateReversalPopups.jsx b/src/Components/Popups/InitiateReversalPopups.jsx index 67faded..c9c9810 100644 --- a/src/Components/Popups/InitiateReversalPopups.jsx +++ b/src/Components/Popups/InitiateReversalPopups.jsx @@ -21,7 +21,7 @@ import { yupResolver } from "@hookform/resolvers/yup"; import { useForm } from "react-hook-form"; export const conformModalSchema = yup.object().shape({ - comments: yup + comment: yup .string() .min(2, "Minimum length should be 150 characters.") .max(150, "Maximum length should be 150 characters.")