void fetchStep()

in apps/newsletters-ui/src/app/components/Wizard.tsx [183:190]


			void fetchStep({
				wizardId: wizardId,
				id: id,
				buttonId: buttonId,
				buttonType,
				stepId: serverData.currentStepId || '',
				formData: { ...formData, listId }, // will work for the create and modify workflow, but might break other workflows
			});