From 65b72a2b88b30daa34f8bc4fe1978349bd7a651e Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Tue, 4 Jun 2024 11:09:36 +0200 Subject: [PATCH] Fix dropdown popover props in automation step's more menu [MAILPOET-6054] --- .../automation/editor/components/automation/step-more-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} />