Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deeonwuli committed Dec 19, 2024
1 parent 5cf1aff commit eb219f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webapp/components/survey/hook/useSurveyForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function useSurveyForm(formType: SURVEY_FORM_TYPES, eventId: string | und
},
err => {
setLoading(false);
setError(`Cannot find event Id correspoding to the stage: ${err.message}`);
setError(`Cannot find event Id corresponding to the stage: ${err.message}`);
}
);
}
Expand Down

0 comments on commit eb219f9

Please sign in to comment.