added for serviceI dropdown list

This commit is contained in:
pramod.mahajan 2025-10-09 16:48:15 +05:30
parent 0e5e716df2
commit 1c4804fed2

View File

@ -86,7 +86,7 @@ const DailyProgrssReport = () => {
/>
<div className="card card-fullscreen p-5">
<div className="col-sm-4 col-md-3 col-12">
{data?.data?.length > 0 && (<div className="col-sm-4 col-md-3 col-12">
<select
className="form-select form-select-sm"
value={service ?? ""}
@ -107,7 +107,7 @@ const DailyProgrssReport = () => {
</>
)}
</select>
</div>
</div>)}
<div>
<TaskReportList />
</div>