fix: update handleChange to use optional chaining and add "use client" directive in Connect component
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import ArrowLeftC from "../icons/ArrowLeftC";
|
||||
import { Button } from "@mui/material";
|
||||
import FieldLabel from "./FieldLabel";
|
||||
|
||||
Reference in New Issue
Block a user