add follower

This commit is contained in:
2023-04-12 09:29:41 +08:00
parent cc3d11f617
commit 9754bd8fbe
6 changed files with 139 additions and 30 deletions

View File

@ -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,