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 cbc90d0 commit cc7d0b3Copy full SHA for cc7d0b3
src/routes/page/agent/[agentId]/agent-routing.svelte
@@ -20,7 +20,7 @@
20
21
{#each agent.routing_rules as rule, idx (idx)}
22
<div class="routing-rule-container">
23
- <CollapsibleCard>
+ <CollapsibleCard open={idx === 0}>
24
<div slot='header'>
25
<h5 class="rule-header">{`Rule #${idx + 1}`}</h5>
26
</div>
0 commit comments