We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4f6b57 + 9c5cd15 commit 4da9032Copy full SHA for 4da9032
src/components/app-sidebar/index.tsx
@@ -90,7 +90,7 @@ export function AppSidebar() {
90
<Tooltip delayDuration={200}>
91
<TooltipTrigger asChild>
92
<SidebarMenuButton
93
- onClick={() => changeAgentInbox(item.id)}
+ onClick={() => changeAgentInbox(item.id, true)}
94
>
95
{isDeployed ? (
96
<UploadCloud className="w-5 h-5 text-blue-500" />
0 commit comments