This commit is contained in:
Michael Quigley 2024-10-29 11:42:18 -04:00
parent e34e661722
commit 0a99e3b323
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
import "bootstrap/dist/css/bootstrap.min.css";
import LanIcon from "@mui/icons-material/Lan";
import ShareIcon from "@mui/icons-material/Share";
import {Box, Card, Stack} from "@mui/material";
import {Card} from "@mui/material";
import AccessCard from "./AccessCard.jsx";
import ShareCard from "./ShareCard.jsx";
import React from "react";

View File

@ -41,9 +41,9 @@ export const createAccess = (opts) => {
}
export const releaseAccess = (opts) => {
if(e) {
getAgentApi().agentReleaseAccess(opts, (e, d) => {
getAgentApi().agentReleaseAccess(opts, (e, d) => {
if(e) {
console.log("releaseAccess", e, d);
});
}
}
});
}