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.
1 parent f357682 commit 72eeb2cCopy full SHA for 72eeb2c
src/routes/page/agent/[agentId]/agent-tabs.svelte
@@ -60,7 +60,7 @@
60
];
61
62
onMount(() => {
63
- selectedTab = tabs[4]?.name;
+ selectedTab = tabs[0]?.name;
64
});
65
66
/** @param {string} selected */
0 commit comments