This commit is contained in:
Raja Oktafrianto
2025-03-17 11:58:43 +07:00
parent ed7671a856
commit 19eb059354
27 changed files with 826 additions and 236 deletions

View File

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