Editor fixes

This commit is contained in:
Jori Lallo
2017-07-11 00:17:03 -07:00
parent 5f488200ab
commit fdd9933c99
3 changed files with 59 additions and 43 deletions

View File

@ -96,10 +96,8 @@ class DropToImport extends Component {
multiple
{...props}
>
<span>
{this.state.isImporting && <LoadingIndicator />}
{this.props.children}
</span>
{this.state.isImporting && <LoadingIndicator />}
{this.props.children}
</Dropzone>
);
}