Skip to content

Commit

Permalink
Merge pull request #417 from ryanhopperlowe/ui/fix/new-agent-displayi…
Browse files Browse the repository at this point in the history
…ng-on-create

UI fix: prevent flash of new agent on the agents page before navigation
  • Loading branch information
ryanhopperlowe authored Nov 3, 2024
2 parents 8a3b703 + ff75dc5 commit 251e7dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/admin/app/routes/_auth.agents._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export default function Threads() {
name: generateRandomName(),
} as Agent,
}).then((agent) => {
mutate(AgentService.getAgents.key());
navigate(
$path("/agents/:agent", {
agent: agent.id,
Expand Down

0 comments on commit 251e7dd

Please sign in to comment.