Fixed another bug with mui/react

This commit is contained in:
Frikky
2023-07-14 00:40:59 +02:00
parent 2fec45b47e
commit 98f0a225d4
3 changed files with 8 additions and 41 deletions
+1 -36
View File
@@ -8,7 +8,6 @@ import { useInterval } from "react-powerhooks";
import { v4 as uuidv4 } from "uuid";
import { useNavigate, Link, useParams } from "react-router-dom";
// import { Prompt } from "react-router"; // FIXME
import { useBeforeunload } from "react-beforeunload";
import ReactJson from "react-json-view";
import { NestedMenuItem } from "mui-nested-menu"
@@ -68,11 +67,8 @@ import {
ListItemAvatar,
Badge,
Autocomplete,
} from "@mui/material";
import {
AvatarGroup,
} from "@mui/material"
} from "@mui/material";
import {
Folder as FolderIcon,
@@ -357,34 +353,6 @@ export function removeParam(key, sourceURL) {
return rtn;
}
/*
const useStyles = makeStyles({
notchedOutline: {
borderColor: "#f85a3e !important",
},
root: {
"& .MuiAutocomplete-listbox": {
border: "2px solid #f85a3e",
color: "white",
fontSize: 18,
"& li:nth-child(even)": {
backgroundColor: "#CCC",
},
"& li:nth-child(odd)": {
backgroundColor: "#FFF",
},
},
},
inputRoot: {
color: "white",
// This matches the specificity of the default styles at https://github.com/mui-org/material-ui/blob/v4.11.3/packages/material-ui-lab/src/Autocomplete/Autocomplete.js#L90
"&:hover .MuiOutlinedInput-notchedOutline": {
borderColor: "#f86a3e",
},
},
});
*/
const splitter = "|~|";
const svgSize = 24;
//const referenceUrl = "https://shuffler.io/functions/webhooks/"
@@ -16457,9 +16425,6 @@ const AngularWorkflow = (defaultprops) => {
return (
<div>
{/* Removed due to missing react router features
<Prompt when={!lastSaved} message={unloadText} />
*/}
{loadedCheck}
</div>
);