meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
3 additions and
3 deletions
-
src/components/RenderError.js
|
|
@ -86,13 +86,13 @@ ${error.stack} |
|
|
|
<Button primary onClick={this.handleRestart}> |
|
|
|
{t('app:crash.restart')} |
|
|
|
</Button> |
|
|
|
<Button danger onClick={this.handleHardReset} isLoading={isHardResetting}> |
|
|
|
{t('app:crash.reset')} |
|
|
|
</Button> |
|
|
|
{!disableExport ? <ExportLogsBtn /> : null} |
|
|
|
<Button primary onClick={this.handleCreateIssue}> |
|
|
|
{t('app:crash.createTicket')} |
|
|
|
</Button> |
|
|
|
<Button danger onClick={this.handleHardReset} isLoading={isHardResetting}> |
|
|
|
{t('app:crash.reset')} |
|
|
|
</Button> |
|
|
|
</Box> |
|
|
|
<Space of={20} /> |
|
|
|
<Spoiler color="wallet" title={t('app:crash.showError')}> |
|
|
|