got rid of material-ui references and fixed fan icon import

This commit is contained in:
Carter 2025-03-18 11:40:16 -06:00
parent c84f6194fa
commit 65eeb9e8b4
20 changed files with 163 additions and 94 deletions

View file

@ -12,7 +12,6 @@ import {
FormControlLabel,
FormGroup,
FormLabel,
Grid,
Grid2,
IconButton,
List,
@ -27,8 +26,6 @@ import {
Typography,
useTheme
} from "@mui/material";
// import { Theme } from "@material-ui/core/styles/createMuiTheme";
// import { PaletteColor } from "@material-ui/core/styles/createPalette";
import RemoveUserIcon from "@mui/icons-material/RemoveCircle";
import EditIcon from "@mui/icons-material/EditOutlined";
import ShareIcon from "@mui/icons-material/Share";
@ -220,7 +217,7 @@ export default function ObjectUsers(props: Props) {
console.log(users);
permissionAPI
.updatePermissions(scope, users)
.then((response: any) => {
.then((_response: any) => {
success("Users were sucessfully updated for " + label);
close();
refreshCallback();