Skip to content

Commit

Permalink
UI fix: remove description column from threads table
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hopper-Lowe <[email protected]>
  • Loading branch information
ryanhopperlowe committed Oct 21, 2024
1 parent 16b2e6f commit 358ba1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/admin/app/routes/_auth.threads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 358ba1f

Please sign in to comment.