Increasing the size of datepicker at TaskReport filter panel.

This commit is contained in:
Kartik Sharma 2025-11-18 16:38:57 +05:30
parent e6e27beb6f
commit 2cb9b41f98

View File

@ -54,6 +54,7 @@ const TaskReportFilterPanel = ({ handleFilter }) => {
<div className="mb-3 w-100">
<label className="fw-semibold">Choose Date Range:</label>
<DateRangePicker1
className="w-100"
placeholder="DD-MM-YYYY To DD-MM-YYYY"
startField="dateFrom"
endField="dateTo"