Skip to content

Commit

Permalink
fix(frontend): add missing event to BtcSendForm (#2758)
Browse files Browse the repository at this point in the history
# Motivation

There was another event missing in BtcSendForm, fixing it.
  • Loading branch information
DenysKarmazynDFINITY authored Oct 9, 2024
1 parent 965e089 commit 7511e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/btc/components/send/BtcSendForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
});
</script>

<SendForm {source} token={$token} balance={$balance}>
<SendForm on:icNext {source} token={$token} balance={$balance}>
<BtcSendDestination
slot="destination"
bind:destination
Expand Down

0 comments on commit 7511e63

Please sign in to comment.