fix indentation

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2019-08-08 16:47:16 +01:00
parent 22ee809922
commit d92f8e6d34
1 changed files with 6 additions and 5 deletions

View File

@ -116,7 +116,8 @@ export default class ReportEventDialog extends PureComponent {
{progress}
{error}
</div>
<DialogButtons primaryButton={_t("Send report")}
<DialogButtons
primaryButton={_t("Send report")}
onPrimaryButtonClick={this._onSubmit}
focus={true}
onCancel={this._onCancel}