Skip to content

Commit 72eeb2c

Browse files
author
Jicheng Lu
committed
revert
1 parent f357682 commit 72eeb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/page/agent/[agentId]/agent-tabs.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
];
6161
6262
onMount(() => {
63-
selectedTab = tabs[4]?.name;
63+
selectedTab = tabs[0]?.name;
6464
});
6565
6666
/** @param {string} selected */

0 commit comments

Comments
 (0)