Organization_Management : Organization Hierarchy #443
@ -139,18 +139,6 @@ const TenantPage = () => {
|
|||||||
|
|
||||||
{/* Actions */}
|
{/* Actions */}
|
||||||
<div className="col-6 col-md-6 col-lg-10 text-end">
|
<div className="col-6 col-md-6 col-lg-10 text-end">
|
||||||
<span
|
|
||||||
className="text-tiny text-muted p-1 border-0 bg-none lead mx-3 cursor-pointer"
|
|
||||||
disabled={isRefetching}
|
|
||||||
onClick={() => refetchFn && refetchFn()}
|
|
||||||
>
|
|
||||||
Refresh{" "}
|
|
||||||
<i
|
|
||||||
className={`bx bx-refresh ms-1 ${isRefetching ? "bx-spin" : ""
|
|
||||||
}`}
|
|
||||||
></i>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<button
|
<button
|
||||||
className="btn btn-sm btn-primary"
|
className="btn btn-sm btn-primary"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user