diff --git a/web/components/automation/select-month-modal.tsx b/web/components/automation/select-month-modal.tsx index e0768b1df..7b068fa41 100644 --- a/web/components/automation/select-month-modal.tsx +++ b/web/components/automation/select-month-modal.tsx @@ -98,6 +98,8 @@ export const SelectMonthModal: React.FC = ({ type, initialValues, isOpen, hasError={Boolean(errors.close_in)} placeholder="Enter Months" className="w-full border-custom-border-200" + min={1} + max={12} /> Months @@ -130,6 +132,8 @@ export const SelectMonthModal: React.FC = ({ type, initialValues, isOpen, hasError={Boolean(errors.archive_in)} placeholder="Enter Months" className="w-full border-custom-border-200" + min={1} + max={12} /> Months