You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
committed by
David Baker
parent
fc49290459
commit
92af11bce7
@@ -116,7 +116,8 @@ export default class ReportEventDialog extends PureComponent {
|
|||||||
{progress}
|
{progress}
|
||||||
{error}
|
{error}
|
||||||
</div>
|
</div>
|
||||||
<DialogButtons primaryButton={_t("Send report")}
|
<DialogButtons
|
||||||
|
primaryButton={_t("Send report")}
|
||||||
onPrimaryButtonClick={this._onSubmit}
|
onPrimaryButtonClick={this._onSubmit}
|
||||||
focus={true}
|
focus={true}
|
||||||
onCancel={this._onCancel}
|
onCancel={this._onCancel}
|
||||||
|
|||||||
Reference in New Issue
Block a user