summaryrefslogtreecommitdiffstats
path: root/web/react/components/view_image.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-06 07:52:21 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-06 07:52:21 -0400
commit6fb9dd1456a5e825712d3fe45f4046fdb2f78ce2 (patch)
tree2ba8767d744e988ea6333bc97aff4bc1172746c4 /web/react/components/view_image.jsx
parent7505a80bcb32f224de03d441696fd7e87817a7bd (diff)
parent6d50c6b2f0ea5a88ee4337e62454c75aa93efdbd (diff)
downloadchat-6fb9dd1456a5e825712d3fe45f4046fdb2f78ce2.tar.gz
chat-6fb9dd1456a5e825712d3fe45f4046fdb2f78ce2.tar.bz2
chat-6fb9dd1456a5e825712d3fe45f4046fdb2f78ce2.zip
Merge pull request #929 from hmhealey/plt439
PLT-439 Fixed Get Public Link button
Diffstat (limited to 'web/react/components/view_image.jsx')
-rw-r--r--web/react/components/view_image.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/view_image.jsx b/web/react/components/view_image.jsx
index a7fecb689..fe34034dc 100644
--- a/web/react/components/view_image.jsx
+++ b/web/react/components/view_image.jsx
@@ -350,7 +350,7 @@ export default class ViewImageModal extends React.Component {
totalFiles={this.props.filenames.length}
filename={name}
fileURL={fileUrl}
- onGetPublicLinkPressed={this.getPublicLink}
+ getPublicLink={this.getPublicLink}
/>
</div>
{leftArrow}