summaryrefslogtreecommitdiffstats
path: root/web/react/components/view_image.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-06 17:10:27 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-06 17:10:27 +0500
commit17681c2b18df00a70d1fdba0c7c45c91db8477a8 (patch)
treee4c6a7e4f077e8f13eee273a966f2c187b4db984 /web/react/components/view_image.jsx
parent06fbb8b7dfbf03832163c75e84fb5e6899f2c655 (diff)
parent4c297d05f7cfbcfc4011fa25b8badfc6883c2c22 (diff)
downloadchat-17681c2b18df00a70d1fdba0c7c45c91db8477a8.tar.gz
chat-17681c2b18df00a70d1fdba0c7c45c91db8477a8.tar.bz2
chat-17681c2b18df00a70d1fdba0c7c45c91db8477a8.zip
Merge branch 'master' of https://github.com/mattermost/platform into ui-improvements
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}