Skip to content

Commit 84c01e5

Browse files
committed
resolve conflict
1 parent 1754c57 commit 84c01e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
</tr>
4040
{/if}
4141
{#if !!rule.field_type}
42-
<tr class="arr-key">
43-
<th class="agent-prop-key">Field Type</th>
42+
<tr class="arr-tr">
43+
<th class="arr-key">Field Type</th>
4444
<td class="arr-value">{rule.field_type}</td>
4545
</tr>
4646
{/if}

0 commit comments

Comments
 (0)