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