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 f8466e5f4a - Show all commits

View File

@ -110,7 +110,7 @@ const SelectMultiple = ({
onChange={() => handleCheckboxChange(valueVal)}
style={{ marginRight: 8 }}
/>
<label className="text-secondary">{labelVal}</label>
<label className="fw-semibold">{labelVal}</label>
</div>
);
})}