fixes #531
@@ -27,6 +27,7 @@ class ActionBrowseTagline extends Component {
name="files[]"
multiple="true"
onchange={this.props.handleInputChange}
+ value=""
ref={(input) => {
this.input = input
}} />
@@ -48,6 +48,7 @@ class Tabs extends Component {
ref={(input) => { this.input = input }} />
</li>
{this.props.acquirers.map((target) => {