File tree 2 files changed +1
-5
lines changed
site/src/pages/UsersPage/UsersTable 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,8 @@ export function UserGroupsCell({ userGroups }: GroupsCellProps) {
84
84
open = { anchorEl !== null }
85
85
onClose = { closePopover }
86
86
anchorOrigin = { { vertical : "bottom" , horizontal : "left" } }
87
- // These are necessary to ensure that the popover doesn't exhibit
88
- // weird, janky behavior when scrolling
89
87
disablePortal
90
88
disableScrollLock
91
- // Makes sure that the table cell and the popover don't fight each
92
- // other over deciding whether the popover should be open or closed
93
89
css = { { pointerEvents : "none" } }
94
90
>
95
91
< OverflowY maxHeight = { 400 } sx = { { maxWidth : "320px" } } >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import GitHub from "@mui/icons-material/GitHub";
23
23
import PasswordOutlined from "@mui/icons-material/PasswordOutlined" ;
24
24
import ShieldOutlined from "@mui/icons-material/ShieldOutlined" ;
25
25
import { UserRoleCell } from "./UserRoleCell" ;
26
- import { GroupsByUserId } from "api/queries/groups" ;
26
+ import { type GroupsByUserId } from "api/queries/groups" ;
27
27
import { UserGroupsCell } from "./UserGroupsCell" ;
28
28
29
29
dayjs . extend ( relativeTime ) ;
You can’t perform that action at this time.
0 commit comments