Remove feature for now (#16098)
This commit is contained in:
@@ -327,13 +327,13 @@ export function UserListTable() {
|
||||
const user = row.original;
|
||||
const canEdit = adminOrOwner;
|
||||
if (canEdit) {
|
||||
dispatch({
|
||||
type: "EDIT_USER_SHEET",
|
||||
payload: {
|
||||
showModal: true,
|
||||
user,
|
||||
},
|
||||
});
|
||||
// dispatch({
|
||||
// type: "EDIT_USER_SHEET",
|
||||
// payload: {
|
||||
// showModal: true,
|
||||
// user,
|
||||
// },
|
||||
// });
|
||||
}
|
||||
}}
|
||||
data-testid="user-list-data-table"
|
||||
|
||||
Reference in New Issue
Block a user