Fixing collection selection

This commit is contained in:
Tom Moor
2017-10-31 00:03:17 -07:00
parent 1eea2af80d
commit 507251cfe4
10 changed files with 40 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import { observable, computed } from 'mobx';
import { observer, inject } from 'mobx-react';
import { withRouter } from 'react-router';
import { withRouter } from 'react-router-dom';
import { Search } from 'js-search';
import ArrowKeyNavigation from 'boundless-arrow-key-navigation';
import _ from 'lodash';