Some more fixes in sources for fields

This commit is contained in:
Tomas Bures 2018-11-24 06:58:14 +01:00
parent 106acd0656
commit fa451fc8da
4 changed files with 6 additions and 5 deletions

View file

@ -75,7 +75,7 @@ export default class CUD extends Component {
homepage: '',
unsubscription_mode: UnsubscriptionMode.ONE_STEP,
namespace: mailtrainConfig.user.namespace,
to_name: '[FIRST_NAME] [LAST_NAME]',
to_name: '[MERGE_FIRST_NAME] [MERGE_LAST_NAME]',
send_configuration: null,
listunsubscribe_disabled: false
});