parent
3c23a07d8b
commit
3a535daab6
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ class Settings extends PureComponent {
|
|||
errorEmailBody = () => {
|
||||
const {config, currentUserId, currentTeamId, errors} = this.props;
|
||||
let contents = [
|
||||
'Please share a description of the problem:\n\n',
|
||||
`Current User Id: ${currentUserId}`,
|
||||
`Current Team Id: ${currentTeamId}`,
|
||||
`Server Version: ${config.Version} (Build ${config.BuildNumber})`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue