update active create update

This commit is contained in:
Wikzyy
2025-03-17 11:50:15 +07:00
parent aeea5c31af
commit 069c41c7b8
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ const AddDialog = () => {
return;
}
// doCreateMunicipio(e);
doCreateMunicipio(e);
console.log(parsedUser.email);
console.log(formField);
setAlert({ show: false, message: '' });

View File

@ -88,7 +88,7 @@ const EditDialog = () => {
// created_at: formattedTime
// });
// doUpdateMunicipios(e);
doUpdateMunicipios(e);
console.log(formField);
setAlert({ show: false, message: '' });
};

View File

@ -85,7 +85,7 @@ const AddDialog = () => {
return;
}
// doCreateProduct(e);
doCreateProduct(e);
console.log(formField);
setAlert({ show: false, message: '' });
};