Skip to content

Commit

Permalink
fixes to unlock dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Pascucci committed Dec 6, 2024
1 parent bb23051 commit 3609233
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ const AdvancedSearchDropdown: React.FC<AdvancedSearchDropdownProps> = () => {
labelText="Start Date"
placeholder="yyyy/MM/dd"
disabled={!filters.dateType}
// enabled={filters.dateType}
value={formatDateForDatePicker(filters.startDate)}
/>
<DatePickerInput
Expand Down

0 comments on commit 3609233

Please sign in to comment.