Merge pull request 'Date Picker in Employee Attendance & Activity Tab Should Default to Last 7 Days' (#374) from Kartik_Bug#1052 into Issues_Sep_1W
Reviewed-on: #374
This commit is contained in:
commit
a112886897
@ -25,7 +25,7 @@ error,
|
|||||||
<div className="card-body">
|
<div className="card-body">
|
||||||
<div className="my-0 text-start">
|
<div className="my-0 text-start">
|
||||||
<DateRangePicker
|
<DateRangePicker
|
||||||
DateDifference="30"
|
DateDifference="7"
|
||||||
onRangeChange={setDateRange}
|
onRangeChange={setDateRange}
|
||||||
endDateMode="today"
|
endDateMode="today"
|
||||||
/>
|
/>
|
||||||
|
@ -128,7 +128,7 @@ const EmpAttendance = ({ employee }) => {
|
|||||||
>
|
>
|
||||||
<div className="col-md-4 my-0 ">
|
<div className="col-md-4 my-0 ">
|
||||||
<DateRangePicker
|
<DateRangePicker
|
||||||
DateDifference="30"
|
DateDifference="7"
|
||||||
onRangeChange={setDateRange}
|
onRangeChange={setDateRange}
|
||||||
endDateMode="today"
|
endDateMode="today"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user