Skip to content

Commit

Permalink
Fix compatibility with latest Volto
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Apr 21, 2021
1 parent 48eb540 commit 5098d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ColumnsBlock/ColumnsBlockEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ class ColumnsBlockEdit extends React.Component {
allowedBlocks={data?.allowedBlocks}
metadata={metadata}
properties={isEmpty(column) ? emptyBlocksForm() : column}
disableEvents={true}
selectedBlock={
selected ? this.state.colSelections[colId] : null
}
Expand Down

0 comments on commit 5098d58

Please sign in to comment.