In Employee Management when we select Project then this toggle button will be disabled.

This commit is contained in:
Umesh Desai 2025-06-03 10:32:10 +05:30 committed by Vikas Nale
parent 4d1d3f8cca
commit 5df397488a

View File

@ -385,7 +385,7 @@ const EmployeeList = () => {
</div> </div>
</div> </div>
</div> </div>
<div className="text-end mb-2"> <div className={`text-end mb-2 ${selectedProject ? 'd-none' : ''}`}>
<label className="switch switch-primary"> <label className="switch switch-primary">
<input <input
type="checkbox" type="checkbox"