diff --git a/src/Components/MyFormInputs/index.js b/src/Components/MyFormInputs/index.js
index 5950fcd..5e9f625 100644
--- a/src/Components/MyFormInputs/index.js
+++ b/src/Components/MyFormInputs/index.js
@@ -126,15 +126,15 @@ export function MyEmailFormInput({
export function MyCalendarMaxFutureBookingDaysFormInput({
formItemName = "calendarMaxFutureBookingDays",
+ maxLength,
}) {
const { t } = useTranslation();
- const appContext = useAppContext();
return (
)}
-
+
-
+
>