Added cursor-not-allowed when user can delete the organization.
This commit is contained in:
parent
eab23389ed
commit
6649cab6a2
@ -280,3 +280,7 @@
|
|||||||
.w-8-xl{ width: 2rem; }
|
.w-8-xl{ width: 2rem; }
|
||||||
.w-10-xl{ width: 2.5rem; }
|
.w-10-xl{ width: 2.5rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cursor-not-allowed{
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
@ -131,7 +131,7 @@ const OrganizationsList = ({searchText}) => {
|
|||||||
<div className="d-flex justify-content-center gap-2">
|
<div className="d-flex justify-content-center gap-2">
|
||||||
<i className="bx bx-show text-primary cursor-pointer" onClick={()=>onOpen({startStep:5,orgData:org.id,flowType:"view"})}></i>
|
<i className="bx bx-show text-primary cursor-pointer" onClick={()=>onOpen({startStep:5,orgData:org.id,flowType:"view"})}></i>
|
||||||
<i className="bx bx-edit text-secondary cursor-pointer" onClick={()=>onOpen({startStep:4,orgData:org,flowType:"edit"})}></i>
|
<i className="bx bx-edit text-secondary cursor-pointer" onClick={()=>onOpen({startStep:4,orgData:org,flowType:"edit"})}></i>
|
||||||
<i className="bx bx-trash text-danger cursor-pointer"></i>
|
<i className="bx bx-trash text-danger cursor-not-allowed"></i>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user