Skip to content

Commit 0ec3eca

Browse files
committed
remove form name.
1 parent 03337a9 commit 0ec3eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refact-agent/gui/src/features/UserSurvey/UserSurvey.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const SurveyForm: React.FC<SurveyFormProps> = ({
113113
}, []);
114114

115115
return (
116-
<form name="refact user survey" onSubmit={onSubmit}>
116+
<form onSubmit={onSubmit}>
117117
{questions.map((question) => {
118118
if (isRadioQuestion(question)) {
119119
return (

0 commit comments

Comments
 (0)