mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-11 11:31:51 -05:00
chore: update SurveyDropdownMenu.tsx (#4076)
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ea2d6de9a7
commit
bc844bbb1f
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user