diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-02-16 12:22:10 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-02-16 12:22:10 -0500 |
| commit | b42e1e1e2da941955d7751b6003f18fecd5f2f8d (patch) | |
| tree | 88d539781aeaf9dc1e0990040ade3ac2d35ecd62 /src/client/views/collections/CollectionStackingViewFieldColumn.tsx | |
| parent | e5897bc9b2d7266c11c8d8f31b39e4666fe3a6a3 (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.tsx | 2 |
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(); } }); |
