diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-16 07:46:55 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-16 07:46:55 -0500 |
| commit | 3c71a4b9c727f8eee8631b46b28c010682608f13 (patch) | |
| tree | 461dbe3b4ac666d6ddc2c736d9b024dfcbc85275 /src/client/views/collections/CollectionViewBase.tsx | |
| parent | 32b197fd3a0340d01a4b432d7815a14eefda0a97 (diff) | |
Fixed server and added a field debug viewer
Diffstat (limited to 'src/client/views/collections/CollectionViewBase.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionViewBase.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionViewBase.tsx b/src/client/views/collections/CollectionViewBase.tsx index 09e8ec729..8bb10b743 100644 --- a/src/client/views/collections/CollectionViewBase.tsx +++ b/src/client/views/collections/CollectionViewBase.tsx @@ -2,7 +2,7 @@ import { action, computed } from "mobx"; import { observer } from "mobx-react"; import { Document } from "../../../fields/Document"; import { Opt } from "../../../fields/Field"; -import { Key, KeyStore } from "../../../fields/Key"; +import { Key } from "../../../fields/Key"; import { ListField } from "../../../fields/ListField"; import { SelectionManager } from "../../util/SelectionManager"; import { ContextMenu } from "../ContextMenu"; |
