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
parent 8c3b10f1cb
commit 61ff8956b5

View File

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