diff --git a/components/InstallStepper/CompanyContent.tsx b/components/InstallStepper/CompanyContent.tsx index fbcdfd1..25403f7 100644 --- a/components/InstallStepper/CompanyContent.tsx +++ b/components/InstallStepper/CompanyContent.tsx @@ -8,7 +8,7 @@ import { Card } from "@/components"; export const CompanyContent = ({ open = false, onClick = () => {}, - searchParams = {}, + searchParams = { name: "" }, }) => ( Company Info @@ -20,7 +20,7 @@ export const CompanyContent = ({ {}, isFirstStep = false, handleNext = () => {}, - isLastStep = () => {}, + isLastStep = false, }) => (