We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03337a9 commit 0ec3ecaCopy full SHA for 0ec3eca
refact-agent/gui/src/features/UserSurvey/UserSurvey.tsx
@@ -113,7 +113,7 @@ const SurveyForm: React.FC<SurveyFormProps> = ({
113
}, []);
114
115
return (
116
- <form name="refact user survey" onSubmit={onSubmit}>
+ <form onSubmit={onSubmit}>
117
{questions.map((question) => {
118
if (isRadioQuestion(question)) {
119
0 commit comments