diff --git a/apps/admin/app/studies/create-study/_components/StudyBasicInformation/StudyStartDatePick.tsx b/apps/admin/app/studies/create-study/_components/StudyBasicInformation/StudyStartDatePick.tsx index d592ecd7..2cd3e410 100644 --- a/apps/admin/app/studies/create-study/_components/StudyBasicInformation/StudyStartDatePick.tsx +++ b/apps/admin/app/studies/create-study/_components/StudyBasicInformation/StudyStartDatePick.tsx @@ -61,21 +61,6 @@ const StudyStartDatePick = () => { } }, [handleStudyDateSelect, studyDate.fromValue, studyDate.toValue, week]); - const disableDateList = [ - { - from: new Date(0), - to: yesterday, - }, - ...(watch("applicationEndDate") - ? [ - { - from: new Date(0), - to: studyApplyEndDate, - }, - ] - : []), - ]; - return ( @@ -115,9 +100,12 @@ const StudyStartDatePick = () => { {isOpen && (