mirror of
https://github.com/makeplane/plane.git
synced 2026-05-24 11:18:51 -05:00
[WEB-1419] chore: enable module creation with dates older than today. (#4659)
This commit is contained in:
@@ -147,7 +147,6 @@ export const ModuleForm: React.FC<Props> = (props) => {
|
||||
<DateRangeDropdown
|
||||
buttonVariant="border-with-text"
|
||||
className="h-7"
|
||||
minDate={new Date()}
|
||||
value={{
|
||||
from: getDate(startDateValue),
|
||||
to: getDate(endDateValue),
|
||||
|
||||
@@ -471,7 +471,6 @@ export const ModuleDetailsSidebar: React.FC<Props> = observer((props) => {
|
||||
<DateRangeDropdown
|
||||
buttonContainerClassName="w-full"
|
||||
buttonVariant="background-with-text"
|
||||
minDate={new Date()}
|
||||
value={{
|
||||
from: startDate,
|
||||
to: endDate,
|
||||
|
||||
Reference in New Issue
Block a user