From 802cef360de6705a78f74d173398034ccc6d860e Mon Sep 17 00:00:00 2001 From: Jules Date: Mon, 12 Aug 2024 17:44:55 +0200 Subject: [PATCH] [front] - refactor: remove name header from CreateVaultModal table - Simplify the vault creation modal table by removing the redundant name column header --- front/components/vaults/CreateVaultModal.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/front/components/vaults/CreateVaultModal.tsx b/front/components/vaults/CreateVaultModal.tsx index 4ebac5d2d476..418b90cf36f9 100644 --- a/front/components/vaults/CreateVaultModal.tsx +++ b/front/components/vaults/CreateVaultModal.tsx @@ -51,8 +51,6 @@ function getTableColumns( ): ColumnDef[] { return [ { - header: "Name", - accessorKey: "name", id: "name", cell: (info: Info) => (