Forums
(@alphalate)
3 years ago
Typo in edit.js in section Updating Contacts with FormData:
const updates = Object.fromEntries(formData);
await updateContact(params.contactId, upadates)
updates != upadates