diff --git a/suite-common/wallet-utils/src/sendFormUtils.ts b/suite-common/wallet-utils/src/sendFormUtils.ts index 9377b05b5bd..397dad48701 100644 --- a/suite-common/wallet-utils/src/sendFormUtils.ts +++ b/suite-common/wallet-utils/src/sendFormUtils.ts @@ -432,7 +432,7 @@ export const restoreOrigOutputsOrder = ( export const getDefaultValues = (currency: Output['currency']): FormState => ({ ...DEFAULT_VALUES, - options: ['broadcast'], + options: ['broadcast', 'rippleDestinationTag'], outputs: [{ ...DEFAULT_PAYMENT, currency }], selectedUtxos: [], });