This commit is contained in:
Wikzyy
2025-03-16 20:09:10 +07:00
parent 0e495ac34c
commit d442eeb37d
5 changed files with 5 additions and 5 deletions

View File

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

View File

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