mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 14:21:13 +00:00
fix: Fix incorrect function reference
This commit is contained in:
parent
2a5988e0ff
commit
2978e18a28
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ export class PrivateMessageForm extends Component<
|
|||
allLanguages={[]}
|
||||
siteLanguages={[]}
|
||||
hideNavigationWarnings
|
||||
onReplyCancel={() => handleCancel()}
|
||||
onReplyCancel={() => this.handleCancel(this)}
|
||||
replyType={this.props.replyType}
|
||||
buttonTitle={
|
||||
this.props.privateMessageView
|
||||
|
|
Loading…
Reference in a new issue