mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Close the dialog box after sending bugs
This commit is contained in:
parent
7850f7e505
commit
b16fa4171a
@ -49,6 +49,7 @@ export default class BugReportDialog extends React.Component {
|
||||
this.setState({ busy: true, err: null });
|
||||
rageshake.sendBugReport(userText, sendLogs).then(() => {
|
||||
this.setState({ busy: false });
|
||||
this.props.onFinished(false);
|
||||
}, (err) => {
|
||||
this.setState({ busy: false, err: `Failed: ${err.message}` });
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user