Skip to content

Commit

Permalink
fix: adds error display in RecipientInput
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro committed Oct 19, 2022
1 parent f8fe5ff commit d9d1f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/components/inputs/RecipientInput.svelte
Expand Up @@ -63,7 +63,7 @@
}
</script>

<SelectorInput labelLocale="general.recipient" bind:value bind:inputElement bind:modal {disabled}>
<SelectorInput labelLocale="general.recipient" bind:value bind:inputElement bind:modal bind:error {disabled}>
<RecipientAccountSelector
bind:modal
bind:selected={selectedAccount}
Expand Down

0 comments on commit d9d1f7b

Please sign in to comment.