Skip to content

Commit

Permalink
Fix block propType
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Apr 1, 2021
1 parent 3bddac3 commit d8abe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/Group/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const Edit = (props) => {
};

Edit.propTypes = {
block: PropTypes.object.isRequired,
block: PropTypes.string.isRequired,
data: PropTypes.object.isRequired,
onChangeBlock: PropTypes.func.isRequired,
pathname: PropTypes.string.isRequired,
Expand Down

0 comments on commit d8abe50

Please sign in to comment.