@firecms/user_management 3.0.0-canary.108 → 3.0.0-canary.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -75,7 +75,9 @@ export function UsersTable({ onUserClicked }: {
75
75
  }}
76
76
  >
77
77
  <TableCell className={"w-10"}>
78
- <Tooltip title={"Delete this user"}>
78
+ <Tooltip
79
+ asChild={true}
80
+ title={"Delete this user"}>
79
81
  <IconButton
80
82
  size={"small"}
81
83
  onClick={(event) => {