chore: Decamelize keys on contact update
This commit is contained in:
@@ -63,7 +63,7 @@ const updateContact = async updatedData => {
|
||||
|
||||
const handleFormUpdate = debounce(
|
||||
updatedData => updateContact(updatedData),
|
||||
500,
|
||||
600,
|
||||
false
|
||||
);
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ const updateContact = async ({ id, updatedData }) => {
|
||||
|
||||
const handleFormUpdate = debounce(
|
||||
({ id, updatedData }) => updateContact({ id, updatedData }),
|
||||
500,
|
||||
600,
|
||||
false
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user