diff --git a/packages/webiny-app-cms/src/editor/plugins/elements/row/RowChild.js b/packages/webiny-app-cms/src/editor/plugins/elements/row/RowChild.js index 8ac1d12e9a3..1a6ccb6c835 100644 --- a/packages/webiny-app-cms/src/editor/plugins/elements/row/RowChild.js +++ b/packages/webiny-app-cms/src/editor/plugins/elements/row/RowChild.js @@ -3,6 +3,7 @@ import * as React from "react"; import { compose, withHandlers, pure, setDisplayName } from "recompose"; import { connect } from "webiny-app-cms/editor/redux"; import { css } from "emotion"; +import { get } from "lodash"; import styled from "react-emotion"; import DropZone from "webiny-app-cms/editor/components/DropZone"; import Resizer from "webiny-app-cms/editor/components/Resizer"; @@ -58,7 +59,7 @@ const RowChild = pure( return ( {index > 0 && (