Date Picker in Employee Attendance & Activity Tab Should Default to Last 7 Days

This commit is contained in:
Kartik Sharma 2025-09-05 12:33:43 +05:30
parent 42b6802419
commit c568dc9108
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ error,
<div className="card-body">
<div className="my-0 text-start">
<DateRangePicker
DateDifference="30"
DateDifference="7"
onRangeChange={setDateRange}
endDateMode="today"
/>

View File

@ -128,7 +128,7 @@ const EmpAttendance = ({ employee }) => {
>
<div className="col-md-4 my-0 ">
<DateRangePicker
DateDifference="30"
DateDifference="7"
onRangeChange={setDateRange}
endDateMode="today"
/>