Fix dropdown popover props in automation step's more menu
[MAILPOET-6054]
This commit is contained in:
committed by
Aschepikov
parent
3a84ba3352
commit
65b72a2b88
@@ -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)}
|
||||
/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user