fix post profession

This commit is contained in:
Wikzyy
2025-03-25 09:21:49 +07:00
parent da78f4915b
commit c559fa5d5d

View File

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