UI Updates.
This commit is contained in:
@@ -38,6 +38,7 @@ export default function TimeTicketsDatesSelector() {
|
||||
start ? moment(start) : moment().startOf("week").subtract(7, "days"),
|
||||
end ? moment(end) : moment().endOf("week"),
|
||||
]}
|
||||
format="MM/DD/YYYY"
|
||||
ranges={DatePickerRanges}
|
||||
onCalendarChange={handleChange}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user