mirror of https://github.com/vector-im/riot-web
Fix "react error on share dialog" (#8170)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
d2b97e251e
commit
afa60acbf1
|
@ -155,7 +155,7 @@ export default class ShareDialog extends React.PureComponent<IProps, IState> {
|
||||||
checkbox = <div>
|
checkbox = <div>
|
||||||
<StyledCheckbox
|
<StyledCheckbox
|
||||||
checked={this.state.linkSpecificEvent}
|
checked={this.state.linkSpecificEvent}
|
||||||
onClick={this.onLinkSpecificEventCheckboxClick}
|
onChange={this.onLinkSpecificEventCheckboxClick}
|
||||||
>
|
>
|
||||||
{ _t('Link to selected message') }
|
{ _t('Link to selected message') }
|
||||||
</StyledCheckbox>
|
</StyledCheckbox>
|
||||||
|
|
Loading…
Reference in New Issue