Added Document Managment feature #388

Merged
pramod.mahajan merged 124 commits from Document_Manag into main 2025-09-10 14:34:35 +00:00
Showing only changes of commit b934527cf5 - Show all commits

View File

@ -201,7 +201,7 @@ const DailyTask = () => {
{!taskLoading && groupedTasks.length === 0 && (
<tr>
<td colSpan={6} className="text-center align-middle" style={{ height: "200px" }}>
No Reports Found
No reports available for the selected date range.
</td>
</tr>
)}