@@ -13,7 +13,7 @@ class Dashboard extends React.Component {
componentDidMount () {
const uppy = this.props.uppy
const options = Object.assign(
- {},
+ { id: 'react:Dashboard' },
this.props,
{ target: this.container }
)
@@ -14,7 +14,7 @@ class DashboardModal extends React.Component {
+ { id: 'react:DashboardModal' },
{
onRequestCloseModal: this.props.onRequestClose
@@ -13,7 +13,7 @@ class DragDrop extends React.Component {
+ { id: 'react:DragDrop' },
@@ -13,7 +13,7 @@ class ProgressBar extends React.Component {
+ { id: 'react:ProgressBar' },
@@ -14,7 +14,7 @@ class StatusBar extends React.Component {
+ { id: 'react:StatusBar' },