Skip to content

Commit

Permalink
Merge pull request #92 from iceljc/features/refine-chat-window
Browse files Browse the repository at this point in the history
refine agent routing rules
  • Loading branch information
Oceania2018 authored Mar 25, 2024
2 parents db89fe6 + cf6febc commit eaf953c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/page/agent/[agentId]/agent-routing.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@
<th class="agent-prop-key">Field</th>
<td>{rule.field}</td>
</tr>
{#if !!rule.description}
<tr>
<th class="agent-prop-key">Description</th>
<td>{rule.description}</td>
</tr>
{/if}
{#if !!rule.fieldType}
<tr>
<th class="agent-prop-key">Field Type</th>
Expand Down

0 comments on commit eaf953c

Please sign in to comment.