Skip to content

Commit a5de87a

Browse files
committed
fix: open correct link
1 parent f4d35c2 commit a5de87a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gui/src/components/BackgroundMode/AgentsList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export function AgentsList({ isCreatingAgent = false }: AgentsListProps) {
116116
// Open agent detail in browser
117117
ideMessenger.post("controlPlane/openUrl", {
118118
path: `agents/${agent.id}`,
119-
orgSlug: currentOrg?.slug,
120119
});
121120
}}
122121
>

0 commit comments

Comments
 (0)