Refactor Dashboard and automatically visit only collection

This commit is contained in:
Jori Lallo
2017-02-09 20:21:37 -08:00
parent dc7480218c
commit 3406af3456
4 changed files with 30 additions and 13 deletions

View File

@@ -26,8 +26,6 @@ Are you sure you want to disgard them?`;
@withRouter
@observer
class DocumentEdit extends Component {
static store;
static propTypes = {
route: React.PropTypes.object.isRequired,
router: React.PropTypes.object.isRequired,