update crud form

This commit is contained in:
Wikzyy
2025-03-10 13:28:28 +07:00
parent cf7183aa99
commit 96d1210e0d
5 changed files with 7 additions and 5 deletions

View File

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