|
|
@ -59,6 +59,7 @@ export default class EditContact extends PureComponent { |
|
|
|
<TextField |
|
|
|
<TextField |
|
|
|
type="text" |
|
|
|
type="text" |
|
|
|
id="nickname" |
|
|
|
id="nickname" |
|
|
|
|
|
|
|
placeholder={this.context.t('addAlias')} |
|
|
|
value={this.state.newName} |
|
|
|
value={this.state.newName} |
|
|
|
onChange={e => this.setState({ newName: e.target.value })} |
|
|
|
onChange={e => this.setState({ newName: e.target.value })} |
|
|
|
fullWidth |
|
|
|
fullWidth |
|
|
|