fix: update handleChange to use optional chaining and add "use client" directive in Connect component

This commit is contained in:
hamed
2026-07-08 18:24:33 +03:30
parent ee47b535d8
commit a56b7e8de5
5 changed files with 11 additions and 9 deletions
+2
View File
@@ -1,3 +1,5 @@
"use client";
import ArrowLeftC from "../icons/ArrowLeftC";
import { Button } from "@mui/material";
import FieldLabel from "./FieldLabel";