Send user text as context

This commit is contained in:
James Salter 2021-08-11 17:19:15 +01:00
parent c6202bf653
commit ba1618812c
3 changed files with 24 additions and 22 deletions

View file

@ -51,6 +51,7 @@ export default class TileErrorBoundary extends React.Component<IProps, IState> {
private onBugReport = (): void => {
Modal.createTrackedDialog('Bug Report Dialog', '', BugReportDialog, {
label: 'react-soft-crash-tile',
error: this.state.error,
});
};