diff --git a/webui/src/components/editfiles.jsx b/webui/src/components/editfiles.jsx index 2037f86b4..535cc35a2 100644 --- a/webui/src/components/editfiles.jsx +++ b/webui/src/components/editfiles.jsx @@ -683,6 +683,7 @@ export const FileRecordRow = React.createClass({ file: PT.object.isRequired, remove: PT.func, b2noteWidget: PT.oneOfType([PT.object, PT.bool]), + catchMatomoEvent: PT.func, }, getInitialState() { @@ -697,6 +698,9 @@ export const FileRecordRow = React.createClass({ alert(msg + ' copied to clipboard!'); }, + + + render() { let file = this.props.file; file = file.toJS ? file.toJS() : file; @@ -711,7 +715,11 @@ export const FileRecordRow = React.createClass({ style={{fontSize:10}} aria-hidden="true"/>