diff options
| author | bobzel <zzzman@gmail.com> | 2021-04-11 12:07:10 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-04-11 12:07:10 -0400 |
| commit | 9669ebd0c0e76bbfbbc898e8b379cff41b1031ed (patch) | |
| tree | f1fad9e6e79629002607780cb934a1fa77a7e6d2 /src/client/views/collections/CollectionMenu.tsx | |
| parent | b3d5f0c61051b961088e630229035e30f9d740b5 (diff) | |
some cleanup of demo_changes
Diffstat (limited to 'src/client/views/collections/CollectionMenu.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx index f56f12c67..337595f1c 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -15,7 +15,7 @@ import { RichTextField } from "../../../fields/RichTextField"; import { listSpec } from "../../../fields/Schema"; import { ScriptField } from "../../../fields/ScriptField"; import { BoolCast, Cast, NumCast, StrCast } from "../../../fields/Types"; -import { DeepCopy, emptyFunction, setupMoveUpEvents, Utils } from "../../../Utils"; +import { emptyFunction, setupMoveUpEvents, Utils } from "../../../Utils"; import { DocumentType } from "../../documents/DocumentTypes"; import { CurrentUserUtils } from "../../util/CurrentUserUtils"; import { DragManager } from "../../util/DragManager"; |
