mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-18 10:02:16 +00:00
Update secure-gateway-setup.tsx
This commit is contained in:
@@ -304,7 +304,7 @@ export function SecureGatewaySetup() {
|
|||||||
const handleRemove = async () => {
|
const handleRemove = async () => {
|
||||||
setActionLoading("remove")
|
setActionLoading("remove")
|
||||||
try {
|
try {
|
||||||
await fetchApi("/api/oci/installed/secure-gateway/remove", { method: "DELETE" })
|
await fetchApi("/api/oci/installed/secure-gateway", { method: "DELETE" })
|
||||||
setShowRemoveConfirm(false)
|
setShowRemoveConfirm(false)
|
||||||
await loadStatus()
|
await loadStatus()
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user