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={[]}
|
allLanguages={[]}
|
||||||
siteLanguages={[]}
|
siteLanguages={[]}
|
||||||
hideNavigationWarnings
|
hideNavigationWarnings
|
||||||
onReplyCancel={() => handleCancel()}
|
onReplyCancel={() => this.handleCancel(this)}
|
||||||
replyType={this.props.replyType}
|
replyType={this.props.replyType}
|
||||||
buttonTitle={
|
buttonTitle={
|
||||||
this.props.privateMessageView
|
this.props.privateMessageView
|
||||||
|
|
Loading…
Reference in a new issue