Compare commits
1 Commits
main
...
Kartik_Bug
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d1e4ea7ee |
@ -234,7 +234,10 @@ const AssignTask = ({ assignData, onClose, setAssigned }) => {
|
||||
</div>
|
||||
|
||||
<div className="row">
|
||||
<div className="col-12 h-sm-25 overflow-auto mt-2" style={{height:"300px"}}>
|
||||
<div
|
||||
className="col-12 h-sm-25 overflow-auto mt-2"
|
||||
style={{ maxHeight: "300px" }}
|
||||
>
|
||||
{selectedRole !== "" && (
|
||||
<div className="row">
|
||||
{employeeLoading ? (
|
||||
@ -387,7 +390,7 @@ const AssignTask = ({ assignData, onClose, setAssigned }) => {
|
||||
data-bs-html="true"
|
||||
style={{ cursor: "pointer" }}
|
||||
>
|
||||
<i class='bx bx-info-circle bx-xs m-0 text-secondary'></i>
|
||||
<i className='bx bx-info-circle bx-xs m-0 text-secondary'></i>
|
||||
</div>
|
||||
</div>
|
||||
</label>
|
||||
@ -439,7 +442,7 @@ const AssignTask = ({ assignData, onClose, setAssigned }) => {
|
||||
data-bs-placement="right"
|
||||
data-bs-html="true"
|
||||
>
|
||||
<i class='bx bx-info-circle bx-xs m-0 text-secondary'></i>
|
||||
<i className='bx bx-info-circle bx-xs m-0 text-secondary'></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -458,7 +461,6 @@ const AssignTask = ({ assignData, onClose, setAssigned }) => {
|
||||
className="position-absolute bg-white border p-2 rounded shadow"
|
||||
style={{ zIndex: 10, marginLeft: "10px" }}
|
||||
>
|
||||
{/* Add your help content here */}
|
||||
<p className="mb-0">
|
||||
Enter the target value for today's task.
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user