Skip to content

Commit

Permalink
Fix only address and tag mode description
Browse files Browse the repository at this point in the history
  • Loading branch information
andregoncalvesdev authored and zangetsouu committed Dec 18, 2023
1 parent ecdbf5b commit d691511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flows/crypto-onramp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ When `recipientEditMode` is `not-editable`, the user can can't change `asset`, `
</TabItem>
<TabItem label="Only address and tag" value="only-address-and-tag" default>

When `recipientEditMode` is `address-and-tag`, the user can only change `address` and `tag` on the widget. This means that these fields are optional on the bootstrap token but you can still provide values for them. On the other hand, `asset` and `network` become mandatory.
When `recipientEditMode` is `only-address-and-tag`, the user can only change `address` and `tag` on the widget. This means that these fields are optional on the bootstrap token but you can still provide values for them. On the other hand, `asset` and `network` become mandatory.

```json
{
Expand Down

0 comments on commit d691511

Please sign in to comment.