removed parsley validation on step 3

- fixed placeholder for select2 instances in settings
- fixed issue in sending queue worker when newsletter does not exist
This commit is contained in:
Jonathan Labreuille
2016-01-26 11:36:20 +01:00
parent 3331bed31c
commit 64501a914a
4 changed files with 15 additions and 20 deletions

View File

@@ -120,7 +120,7 @@ function(
<select
id={ this.props.field.id || this.props.field.name }
ref="select"
placeholder={ this.props.field.placeholder }
data-placeholder={ this.props.field.placeholder }
multiple={ this.props.field.multiple }
defaultValue={ default_value }
{...this.props.field.validation}