From 67ab16aff3aa8921881cf13410f35bd2ca31e165 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 22 Jul 2025 00:53:11 +0530 Subject: [PATCH] feat: resolved lint fail --- .../ProjectTemplatesTab/components/ProjectTemplatesTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7558639d3..60cfac678 100644 --- a/frontend/src/pages/organization/SettingsPage/components/ProjectTemplatesTab/components/ProjectTemplatesTable.tsx +++ b/frontend/src/pages/organization/SettingsPage/components/ProjectTemplatesTab/components/ProjectTemplatesTable.tsx @@ -81,7 +81,7 @@ export const ProjectTemplatesTable = ({ onEdit }: Props) => { /> )} {filteredTemplates.map((template) => { - const { id, name, roles, environments = [], description, type } = template; + const { id, name, roles, description, type } = template; return ( onEdit(template)}