Date Picker in Employee Attendance & Activity Tab Should Default to Last 7 Days #374
@ -25,7 +25,7 @@ error,
|
||||
<div className="card-body">
|
||||
<div className="my-0 text-start">
|
||||
<DateRangePicker
|
||||
DateDifference="30"
|
||||
DateDifference="7"
|
||||
onRangeChange={setDateRange}
|
||||
endDateMode="today"
|
||||
/>
|
||||
|
@ -128,7 +128,7 @@ const EmpAttendance = ({ employee }) => {
|
||||
>
|
||||
<div className="col-md-4 my-0 ">
|
||||
<DateRangePicker
|
||||
DateDifference="30"
|
||||
DateDifference="7"
|
||||
onRangeChange={setDateRange}
|
||||
endDateMode="today"
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user