Skip to content

Commit cc7d0b3

Browse files
author
Jicheng Lu
committed
minor change
1 parent cbc90d0 commit cc7d0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
{#each agent.routing_rules as rule, idx (idx)}
2222
<div class="routing-rule-container">
23-
<CollapsibleCard>
23+
<CollapsibleCard open={idx === 0}>
2424
<div slot='header'>
2525
<h5 class="rule-header">{`Rule #${idx + 1}`}</h5>
2626
</div>

0 commit comments

Comments
 (0)