add follower
This commit is contained in:
@ -114,6 +114,8 @@ class Contact {
|
||||
contactMobile.value = c.MobilePhone;
|
||||
checkOpt.querySelector('input').checked = c.OptOut;
|
||||
contactNotes.value = c.Notes;
|
||||
} else {
|
||||
preferences.select('0');
|
||||
}
|
||||
this.#refs = {
|
||||
contactName,
|
||||
|
Reference in New Issue
Block a user