diff --git a/apps/web/components/integrations/install-steps.tsx b/apps/web/components/integrations/install-steps.tsx index 4616b07c..de2aaa50 100644 --- a/apps/web/components/integrations/install-steps.tsx +++ b/apps/web/components/integrations/install-steps.tsx @@ -15,14 +15,16 @@ export function PillButton({ children, onClick, disabled, + type = "button", }: { children: ReactNode onClick?: () => void disabled?: boolean + type?: "button" | "submit" }) { return (