diff --git a/frontend/app/[locale]/chat/components/chatLeftSidebar.tsx b/frontend/app/[locale]/chat/components/chatLeftSidebar.tsx index 92332b88c..135928d68 100644 --- a/frontend/app/[locale]/chat/components/chatLeftSidebar.tsx +++ b/frontend/app/[locale]/chat/components/chatLeftSidebar.tsx @@ -103,6 +103,7 @@ export function ChatSidebar({ const { today, week, older } = categorizeConversations(conversationManagement.conversationList); const [editingId, setEditingId] = useState(null); const [collapsed, setCollapsed] = useState(false); + const [openDropdownId, setOpenDropdownId] = useState(null); const onToggleSidebar = () => setCollapsed((prev) => !prev); @@ -208,8 +209,9 @@ export function ChatSidebar({ -
+
setOpenDropdownId(open ? conversation.conversation_id : null)} menu={{ items: [ {