Fix "react error on share dialog" (#8170)

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Yaya Usman 2022-03-28 19:58:57 +03:00 committed by GitHub
parent d2b97e251e
commit afa60acbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ export default class ShareDialog extends React.PureComponent<IProps, IState> {
checkbox = <div>
<StyledCheckbox
checked={this.state.linkSpecificEvent}
onClick={this.onLinkSpecificEventCheckboxClick}
onChange={this.onLinkSpecificEventCheckboxClick}
>
{ _t('Link to selected message') }
</StyledCheckbox>