fix indentation
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
fc49290459
commit
92af11bce7
1 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue