From 073e8b249604d94d79139371d95a692d393c487d Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Mon, 22 Sep 2025 10:51:50 +0800 Subject: [PATCH] misc: updated gateway permission check --- .../NetworkingPage/components/GatewayTab/GatewayTab.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/organization/NetworkingPage/components/GatewayTab/GatewayTab.tsx b/frontend/src/pages/organization/NetworkingPage/components/GatewayTab/GatewayTab.tsx index d9f9eff7b..0e3069aee 100644 --- a/frontend/src/pages/organization/NetworkingPage/components/GatewayTab/GatewayTab.tsx +++ b/frontend/src/pages/organization/NetworkingPage/components/GatewayTab/GatewayTab.tsx @@ -39,7 +39,6 @@ import { } from "@app/components/v2"; import { OrgGatewayPermissionActions, - OrgPermissionAppConnectionActions, OrgPermissionSubjects } from "@app/context/OrgPermissionContext/types"; import { withPermission } from "@app/hoc"; @@ -206,8 +205,8 @@ export const GatewayTab = withPermission( )} {(isAllowed: boolean) => (