From 0057960a81f7002c65bf8410242a82a9c7ab3b44 Mon Sep 17 00:00:00 2001 From: SungChul Hong Date: Fri, 6 Sep 2024 17:42:20 +0900 Subject: [PATCH] fix: disable edit button based on endpoint status --- react/src/pages/EndpointDetailPage.tsx | 13 ++++++++++--- react/src/pages/EndpointListPage.tsx | 16 ++++++++++++---- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/react/src/pages/EndpointDetailPage.tsx b/react/src/pages/EndpointDetailPage.tsx index 0a28766bd0..95a77dc958 100644 --- a/react/src/pages/EndpointDetailPage.tsx +++ b/react/src/pages/EndpointDetailPage.tsx @@ -300,7 +300,7 @@ const EndpointDetailPage: React.FC = () => { children: endpoint?.url ? ( <> {endpoint?.url} - +