In Employee Management when we select Project then this toggle button will be disabled.
This commit is contained in:
parent
4d1d3f8cca
commit
5df397488a
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user