Skip to content

Commit 4da9032

Browse files
authored
fix-bug: 1 deployment, same graphs, weren't updating threads on switch (#75)
2 parents e4f6b57 + 9c5cd15 commit 4da9032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app-sidebar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function AppSidebar() {
9090
<Tooltip delayDuration={200}>
9191
<TooltipTrigger asChild>
9292
<SidebarMenuButton
93-
onClick={() => changeAgentInbox(item.id)}
93+
onClick={() => changeAgentInbox(item.id, true)}
9494
>
9595
{isDeployed ? (
9696
<UploadCloud className="w-5 h-5 text-blue-500" />

0 commit comments

Comments
 (0)