update active create update
This commit is contained in:
@ -77,7 +77,7 @@ const AddDialog = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
// doCreateMunicipio(e);
|
||||
doCreateMunicipio(e);
|
||||
console.log(parsedUser.email);
|
||||
console.log(formField);
|
||||
setAlert({ show: false, message: '' });
|
||||
|
||||
@ -88,7 +88,7 @@ const EditDialog = () => {
|
||||
// created_at: formattedTime
|
||||
// });
|
||||
|
||||
// doUpdateMunicipios(e);
|
||||
doUpdateMunicipios(e);
|
||||
console.log(formField);
|
||||
setAlert({ show: false, message: '' });
|
||||
};
|
||||
|
||||
@ -85,7 +85,7 @@ const AddDialog = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
// doCreateProduct(e);
|
||||
doCreateProduct(e);
|
||||
console.log(formField);
|
||||
setAlert({ show: false, message: '' });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user