Re-added cacheview bugfix, small app sdk fix and login page change

This commit is contained in:
Frikky
2023-10-20 17:20:34 +02:00
parent 81ced1bd03
commit a92823d273
5 changed files with 8 additions and 12 deletions
+1 -2
View File
@@ -18,7 +18,6 @@ import {
DialogTitle,
DialogActions,
} from "@mui/material";
//import { useAlert
import {
Edit as EditIcon,
@@ -74,7 +73,7 @@ const CacheView = (props) => {
const [dataValue, setDataValue] = React.useState({});
const [editCache, setEditCache] = React.useState(false);
const [show, setShow] = useState({});
//const alert = useAlert();
useEffect(() => {
listOrgCache(orgId);
console.log("orgid", orgId);