From 234511e5a44445900fabef1a972d03df131e505e Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 25 Feb 2024 16:11:59 +0100 Subject: [PATCH] fixed max length --- src/Components/MyFormInputs/index.js | 7 ++++--- src/Pages/Store/Employees/index.js | 16 ++++++---------- 2 files changed, 10 insertions(+), 13 deletions(-) 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 ( )} - + - +