mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Resolve #1411
This commit is contained in:
parent
e5e6ad8aac
commit
453e9b0f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ export class ContactModel extends AbstractModel {
|
|||
* @returns {string}
|
||||
*/
|
||||
generateUid() {
|
||||
return '' + this.id;
|
||||
return this.id();
|
||||
}
|
||||
|
||||
addEmail() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue