diff options
| author | vellichora <fangrui_tong@brown.edu> | 2020-02-09 17:11:24 -0500 |
|---|---|---|
| committer | vellichora <fangrui_tong@brown.edu> | 2020-02-09 17:11:24 -0500 |
| commit | e8fcbbf57b2a2f443d9c280ce10558cf9d51c632 (patch) | |
| tree | 6086e3bb7628734c7c6076e900dae3cbaeb5bc61 /src/client/views/collections/CollectionSubView.tsx | |
| parent | 28efd6f2b5b79d1f25fa66e5d9f69d77a7594fee (diff) | |
can upload collection from mobile to desktop
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index e94f24f2c..b35af2314 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -6,7 +6,7 @@ import { Id } from "../../../new_fields/FieldSymbols"; import { List } from "../../../new_fields/List"; import { listSpec } from "../../../new_fields/Schema"; import { ScriptField } from "../../../new_fields/ScriptField"; -import { Cast } from "../../../new_fields/Types"; +import { Cast, StrCast } from "../../../new_fields/Types"; import { CurrentUserUtils } from "../../../server/authentication/models/current_user_utils"; import { Utils } from "../../../Utils"; import { DocServer } from "../../DocServer"; |
