|
@@ -14,7 +14,7 @@ class DashboardModal extends React.Component {
|
|
componentDidMount () {
|
|
componentDidMount () {
|
|
const uppy = this.props.uppy
|
|
const uppy = this.props.uppy
|
|
const options = Object.assign(
|
|
const options = Object.assign(
|
|
- {},
|
|
|
|
|
|
+ { id: 'react:DashboardModal' },
|
|
this.props,
|
|
this.props,
|
|
{
|
|
{
|
|
onRequestCloseModal: this.props.onRequestClose
|
|
onRequestCloseModal: this.props.onRequestClose
|