From 26023ab244256f5fac5100756ac949db834ab0b2 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:48:57 -0300 Subject: [PATCH] fix: truncate text on @ filter selector on chat (#133) * Added truncation on name and description for knowledge filters * fixed selected filter not truncating right --- frontend/src/app/chat/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/chat/page.tsx b/frontend/src/app/chat/page.tsx index 5ae746bf..7c2a94bc 100644 --- a/frontend/src/app/chat/page.tsx +++ b/frontend/src/app/chat/page.tsx @@ -2344,12 +2344,14 @@ function ChatPage() { ))}