diff --git a/src/ops-console/components/campaignSetup/CampaignSetupActions.tsx b/src/ops-console/components/campaignSetup/CampaignSetupActions.tsx index 7b47c57c96..fbd15fd72c 100644 --- a/src/ops-console/components/campaignSetup/CampaignSetupActions.tsx +++ b/src/ops-console/components/campaignSetup/CampaignSetupActions.tsx @@ -34,7 +34,9 @@ export const CampaignSetupActions: React.FC = ({ ? !isFormValid || isSubmitting : activeStep === 1 ? !isAssignmentComplete - : false; + : activeStep === 4 + ? isSubmitting + : false; const handleNextClick = () => { if (activeStep === 0) {