aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2020-01-31 11:04:58 -0500
committerSam Wilkins <samwilkins333@gmail.com>2020-01-31 11:04:58 -0500
commit96de4bf18d5721d2b7957d7adb8ad3393462c4d1 (patch)
tree183e2f1c0853fdb879b3731ee8d926b0cbdb28da /src/client/views/collections/CollectionTreeView.tsx
parente5312b1b568512d744dd9e4829a3ece12620cbbc (diff)
lint
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-rw-r--r--src/client/views/collections/CollectionTreeView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx
index a7733ab5f..803454113 100644
--- a/src/client/views/collections/CollectionTreeView.tsx
+++ b/src/client/views/collections/CollectionTreeView.tsx
@@ -634,7 +634,7 @@ export class CollectionTreeView extends CollectionSubView(Document) {
DocListCast(d.data).map((img, i) => {
const caption = (d.captions as any)[i]?.data;
if (caption instanceof ObjectField) {
- Doc.GetProto(img).caption = ObjectField.MakeCopy(caption as ObjectField);
+ Doc.GetProto(img).caption = ObjectField.MakeCopy(caption);
}
img._hideSidebar = true;
d.captions = undefined;