chore: update SurveyDropdownMenu.tsx (#4076)

Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
Ikko Eltociear Ashimine
2024-10-31 11:38:31 +09:00
committed by GitHub
parent ea2d6de9a7
commit bc844bbb1f

View File

@@ -69,7 +69,7 @@ export const SurveyDropDownMenu = ({
setDeleteDialogOpen(false);
toast.success("Survey deleted successfully.");
} catch (error) {
toast.error("An error occured while deleting survey");
toast.error("An error occurred while deleting survey");
}
setLoading(false);
};