Move Preview down on the page

[MAILPOET-2452]
This commit is contained in:
Pavel Dohnal
2019-12-09 15:28:11 +01:00
committed by Rostislav Wolný
parent d94d76170a
commit f672bc7c93

View File

@@ -69,12 +69,6 @@ const SegmentSelectSettings = ({
onChange={onLabelChanged} onChange={onLabelChanged}
/> />
</PanelRow> </PanelRow>
<Preview
segments={segmentsAddedIntoSelection}
updateSegment={updateSegment}
removeSegment={removeSegment}
onSegmentsReorder={setNewSelection}
/>
<PanelRow> <PanelRow>
{segmentsListToBeAdded.length ? ( {segmentsListToBeAdded.length ? (
<SelectControl <SelectControl
@@ -90,6 +84,12 @@ const SegmentSelectSettings = ({
/> />
) : null} ) : null}
</PanelRow> </PanelRow>
<Preview
segments={segmentsAddedIntoSelection}
updateSegment={updateSegment}
removeSegment={removeSegment}
onSegmentsReorder={setNewSelection}
/>
</PanelBody> </PanelBody>
</Panel> </Panel>
</InspectorControls> </InspectorControls>