Skip to content

Commit 66be965

Browse files
fix: url
1 parent 167ef73 commit 66be965

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gui/src/components/BackgroundMode/AgentsList.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ export function AgentsList({ isCreatingAgent = false }: AgentsListProps) {
204204
// Open agent detail in browser
205205
ideMessenger.post("controlPlane/openUrl", {
206206
path: `agents/${agent.id}`,
207-
orgSlug: currentOrg?.slug,
208207
});
209208
}}
210209
>
@@ -250,7 +249,6 @@ export function AgentsList({ isCreatingAgent = false }: AgentsListProps) {
250249
onClick={() => {
251250
ideMessenger.post("controlPlane/openUrl", {
252251
path: "agents",
253-
orgSlug: currentOrg?.slug,
254252
});
255253
}}
256254
variant="ghost"

0 commit comments

Comments
 (0)