aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2020-02-16 12:22:10 -0500
committerSam Wilkins <samwilkins333@gmail.com>2020-02-16 12:22:10 -0500
commitb42e1e1e2da941955d7751b6003f18fecd5f2f8d (patch)
tree88d539781aeaf9dc1e0990040ade3ac2d35ecd62 /src/client/views/collections/CollectionStackingViewFieldColumn.tsx
parente5897bc9b2d7266c11c8d8f31b39e4666fe3a6a3 (diff)
collection sub view and google authentication manager cleanup, deleteAssets route added
Diffstat (limited to 'src/client/views/collections/CollectionStackingViewFieldColumn.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingViewFieldColumn.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
index 2ff477c57..87c35679f 100644
--- a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
+++ b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
@@ -71,7 +71,7 @@ export class CollectionStackingViewFieldColumn extends React.Component<CSVFieldC
else {
de.complete.docDragData.droppedDocuments.forEach(d => d[key] = undefined);
}
- this.props.parent.drop(e, de);
+ this.props.parent.onInternalDrop(e, de);
e.stopPropagation();
}
});