From 354aed5e8a2b23d6796dcc7da84ad38c66b6b695 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 22 Jul 2025 00:46:25 +0530 Subject: [PATCH] feat: resolved broken ui for templates --- .../components/ProjectTemplatesTable.tsx | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/frontend/src/pages/organization/SettingsPage/components/ProjectTemplatesTab/components/ProjectTemplatesTable.tsx b/frontend/src/pages/organization/SettingsPage/components/ProjectTemplatesTab/components/ProjectTemplatesTable.tsx index fb4d454ca..7558639d3 100644 --- a/frontend/src/pages/organization/SettingsPage/components/ProjectTemplatesTab/components/ProjectTemplatesTable.tsx +++ b/frontend/src/pages/organization/SettingsPage/components/ProjectTemplatesTab/components/ProjectTemplatesTable.tsx @@ -121,26 +121,6 @@ export const ProjectTemplatesTable = ({ onEdit }: Props) => { )} - - {environments?.length || 0} - {environments?.length && ( - - {environments - ?.sort((a, b) => (a.position > b.position ? 1 : -1)) - .map((env) =>
  • {env.name}
  • )} - - } - > - -
    - )} - {name !== "default" && (