fix create profession

This commit is contained in:
Wikzyy
2025-03-25 18:46:04 +07:00
parent 6435911b3c
commit ad8d683023

View File

@ -48,6 +48,7 @@ const AddDialog = () => {
const response = await PostData(`${API_URL}/profession/create`, formField);
if (response?.status) {
resetForm();
handleAddDialog(false);
toast.success('Success Create Profession');
reload();