diff --git a/mailpoet/assets/js/src/automation/editor/components/automation/step-more-menu.tsx b/mailpoet/assets/js/src/automation/editor/components/automation/step-more-menu.tsx index a8d5b5e738..99cbdcae3d 100644 --- a/mailpoet/assets/js/src/automation/editor/components/automation/step-more-menu.tsx +++ b/mailpoet/assets/js/src/automation/editor/components/automation/step-more-menu.tsx @@ -63,7 +63,7 @@ export function StepMoreMenu({ step }: Props): JSX.Element { label={__('More', 'mailpoet')} icon={moreVertical} popoverProps={{ placement: 'bottom-start' }} - toggleProps={{ isSmall: true }} + toggleProps={{ size: 'small' }} controls={Object.values(controls)} />