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