diff --git a/projects/msp-tools/quote-wizard/frontend/src/components/wizard/steps/Step7Contact.tsx b/projects/msp-tools/quote-wizard/frontend/src/components/wizard/steps/Step7Contact.tsx index b4f845e..5c28012 100644 --- a/projects/msp-tools/quote-wizard/frontend/src/components/wizard/steps/Step7Contact.tsx +++ b/projects/msp-tools/quote-wizard/frontend/src/components/wizard/steps/Step7Contact.tsx @@ -260,7 +260,7 @@ export function Step7Contact({ size="lg" className="w-full text-base py-4" isLoading={isSubmitting} - disabled={isSubmitting} + disabled={isSubmitting || !contactInfo.agreedToTerms} > {isSubmitting ? 'Submitting...' : ( <>