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