File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ export default function Form() {
273
273
{ value : "3" , label : "3" } ,
274
274
{ value : "4" , label : "4" } ,
275
275
] }
276
- { ...form . getInputProps ( "year " ) }
276
+ { ...form . getInputProps ( "year2 " ) }
277
277
/>
278
278
< Select
279
279
icon = { < span className = "material-icons" > class</ span > }
@@ -287,7 +287,7 @@ export default function Form() {
287
287
{ value : "D" , label : "D" } ,
288
288
] }
289
289
placeholder = "Enter your section"
290
- { ...form . getInputProps ( "section " ) }
290
+ { ...form . getInputProps ( "section2 " ) }
291
291
/>
292
292
</ div >
293
293
< Select
@@ -310,7 +310,7 @@ export default function Form() {
310
310
{ value : "it" , label : "IT" } ,
311
311
{ value : "me" , label : "ME" } ,
312
312
] }
313
- { ...form . getInputProps ( "branch " ) }
313
+ { ...form . getInputProps ( "branch2 " ) }
314
314
/>
315
315
</ >
316
316
) :
You can’t perform that action at this time.
0 commit comments