Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit cdd3008

Browse files
committed
fix: react share dialog error
1 parent 1e060fe commit cdd3008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/ShareDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default class ShareDialog extends React.PureComponent<IProps, IState> {
155155
checkbox = <div>
156156
<StyledCheckbox
157157
checked={this.state.linkSpecificEvent}
158-
onClick={this.onLinkSpecificEventCheckboxClick}
158+
onChange={this.onLinkSpecificEventCheckboxClick}
159159
>
160160
{ _t('Link to selected message') }
161161
</StyledCheckbox>

0 commit comments

Comments
 (0)