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

Merged
vikas.nale merged 1 commits from Kartik_Bug#432 into Issue_Jun_1W 2025-06-03 11:52:54 +00:00

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"