Skip to content

Commit

Permalink
chore: show correct fields
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Oct 31, 2023
1 parent 595acf9 commit 5f93c23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/ManageForms.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,11 @@
<span>{fieldError}</span>
{/each}
</KeyValue>
<hr />
{:else}
error.right.name ✅
<KeyValue key="field">
<span>{error.right.name} ✅</span>
</KeyValue>
{/if}
</div>
{/each}
Expand Down

0 comments on commit 5f93c23

Please sign in to comment.