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