From 358ba1f06a5a78b0fecee5dafdbf3a297449fd93 Mon Sep 17 00:00:00 2001 From: Ryan Hopper-Lowe Date: Mon, 21 Oct 2024 15:42:03 -0500 Subject: [PATCH] UI fix: remove description column from threads table Signed-off-by: Ryan Hopper-Lowe --- ui/admin/app/routes/_auth.threads.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/admin/app/routes/_auth.threads.tsx b/ui/admin/app/routes/_auth.threads.tsx index 428ee5658..8da81a071 100644 --- a/ui/admin/app/routes/_auth.threads.tsx +++ b/ui/admin/app/routes/_auth.threads.tsx @@ -135,10 +135,6 @@ export default function Threads() { }, { header: "Agent" } ), - columnHelper.accessor( - (thread) => thread.description ?? "No description", - { header: "Description" } - ), columnHelper.accessor("created", { id: "created", header: "Created",