Remove test error on startup, and send correct user text
This commit is contained in:
parent
ba1618812c
commit
cc9ddb351f
4 changed files with 4 additions and 12 deletions
|
@ -116,7 +116,7 @@ export default class BugReportDialog extends React.Component<IProps, IState> {
|
|||
}
|
||||
});
|
||||
|
||||
sendSentryReport(userText, this.state.issueUrl, this.props.error);
|
||||
sendSentryReport(this.state.text, this.state.issueUrl, this.props.error);
|
||||
};
|
||||
|
||||
private onDownload = async (): Promise<void> => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue