Fixed date filter.

This commit is contained in:
Mike Cao 2023-07-11 18:23:16 -07:00
parent e7ff083a87
commit 7a5b5cc678
3 changed files with 5 additions and 4 deletions

View file

@ -33,7 +33,6 @@ export function BaseParameters() {
startDate={startDate}
endDate={endDate}
onChange={handleDateChange}
showAllTime
/>
</FormRow>
</>