mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 23:02:52 +01:00
oops (#221)
This commit is contained in:
parent
e34e661722
commit
0a99e3b323
@ -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";
|
||||
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue
Block a user