Skip to content

Commit bcc0ddd

Browse files
committed
changes
1 parent 02c8d2e commit bcc0ddd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Components/Form.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export default function Form() {
273273
{ value: "3", label: "3" },
274274
{ value: "4", label: "4" },
275275
]}
276-
{...form.getInputProps("year")}
276+
{...form.getInputProps("year2")}
277277
/>
278278
<Select
279279
icon={<span className="material-icons">class</span>}
@@ -287,7 +287,7 @@ export default function Form() {
287287
{ value: "D", label: "D" },
288288
]}
289289
placeholder="Enter your section"
290-
{...form.getInputProps("section")}
290+
{...form.getInputProps("section2")}
291291
/>
292292
</div>
293293
<Select
@@ -310,7 +310,7 @@ export default function Form() {
310310
{ value: "it", label: "IT" },
311311
{ value: "me", label: "ME" },
312312
]}
313-
{...form.getInputProps("branch")}
313+
{...form.getInputProps("branch2")}
314314
/>
315315
</>
316316
):

0 commit comments

Comments
 (0)