Merge pull request 'In Employee Management when we select Project then this toggle button will be disabled.' (#178) from Kartik_Bug#432 into Issue_Jun_1W

Reviewed-on: #178
This commit is contained in:
Vikas Nale 2025-06-03 11:52:53 +00:00
commit 78bc8802d7

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"