diff --git a/react/src/pages/EndpointDetailPage.tsx b/react/src/pages/EndpointDetailPage.tsx index 0a28766bd0..0f4c5f4f74 100644 --- a/react/src/pages/EndpointDetailPage.tsx +++ b/react/src/pages/EndpointDetailPage.tsx @@ -18,6 +18,7 @@ import { } from '../hooks'; import { useCurrentUserInfo } from '../hooks/backendai'; import { useTanMutation } from '../hooks/reactQueryAlias'; +import { isDestroyingStatus } from './EndpointListPage'; import { EndpointDetailPageQuery, EndpointDetailPageQuery$data, @@ -300,7 +301,7 @@ const EndpointDetailPage: React.FC = () => { children: endpoint?.url ? ( <> {endpoint?.url} - +