This commit is contained in:
Kenneth Jannette
2024-01-28 21:03:50 -06:00
parent 654844d3e9
commit b06aa1f053
3 changed files with 14 additions and 8 deletions

View File

@@ -84,7 +84,6 @@ export const getValidatedFormData = (data, fields) =>
}, data);
export const handleFormDataChange = (e, name, data, fields) => {
console.log("fields", fields);
if (!fields) {
return;
}