fix crud
This commit is contained in:
@ -67,7 +67,7 @@ const AddDialog = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
// doCreateSucos(e);
|
||||
doCreateSucos(e);
|
||||
console.log(formField);
|
||||
setAlert({ show: false, message: '' });
|
||||
};
|
||||
|
||||
@ -73,7 +73,7 @@ const EditDialog = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
// doUpdateSucos(e);
|
||||
doUpdateSucos(e);
|
||||
console.log(formField);
|
||||
setAlert({ show: false, message: '' });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user