Skip to content

Commit

Permalink
Update ColumnsBlockEdit.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Aug 16, 2022
1 parent 0707efa commit a7867f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColumnsBlock/ColumnsBlockEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { defineMessages, FormattedMessage, injectIntl } from 'react-intl';
import { compose } from 'redux';
import { Grid, Segment } from 'semantic-ui-react';
import { isEmpty, without, differenceBy } from 'lodash';
import { isEmpty, without } from 'lodash';
import { SidebarPortal, BlocksToolbar, Icon } from '@plone/volto/components'; // BlocksForm, Icon,
import InlineForm from '@plone/volto/components/manage/Form/InlineForm';
import {
Expand Down

0 comments on commit a7867f3

Please sign in to comment.