diff --git a/react-app/src/components/Inputs/input.tsx b/react-app/src/components/Inputs/input.tsx index 2f8d605c59..589c242375 100644 --- a/react-app/src/components/Inputs/input.tsx +++ b/react-app/src/components/Inputs/input.tsx @@ -3,7 +3,7 @@ import { cn } from "@/utils"; import { InputProps } from "shared-types"; const Input = React.forwardRef( - ({ className, icon, iconRight, ...props }, ref) => { + ({ className = "", icon, iconRight, ...props }, ref) => { return (