Skip to content

Commit

Permalink
fix: remove unnecessary state in NumbersBlock Edit component
Browse files Browse the repository at this point in the history
  • Loading branch information
deodorhunter committed Nov 14, 2023
1 parent 0706ac3 commit 85275d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ItaliaTheme/Blocks/NumbersBlock/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Edit extends SubblocksEdit {
constructor(props) {
super(props);
this.state.selectedField = 'title';
}

/**
* Render method.
Expand Down

0 comments on commit 85275d4

Please sign in to comment.