mirror of
https://github.com/openziti/zrok.git
synced 2025-06-13 21:37:01 +02:00
oops (#221)
This commit is contained in:
parent
e34e661722
commit
0a99e3b323
@ -1,7 +1,7 @@
|
|||||||
import "bootstrap/dist/css/bootstrap.min.css";
|
import "bootstrap/dist/css/bootstrap.min.css";
|
||||||
import LanIcon from "@mui/icons-material/Lan";
|
import LanIcon from "@mui/icons-material/Lan";
|
||||||
import ShareIcon from "@mui/icons-material/Share";
|
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 AccessCard from "./AccessCard.jsx";
|
||||||
import ShareCard from "./ShareCard.jsx";
|
import ShareCard from "./ShareCard.jsx";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
@ -41,9 +41,9 @@ export const createAccess = (opts) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const releaseAccess = (opts) => {
|
export const releaseAccess = (opts) => {
|
||||||
if(e) {
|
getAgentApi().agentReleaseAccess(opts, (e, d) => {
|
||||||
getAgentApi().agentReleaseAccess(opts, (e, d) => {
|
if(e) {
|
||||||
console.log("releaseAccess", e, d);
|
console.log("releaseAccess", e, d);
|
||||||
});
|
}
|
||||||
}
|
});
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user