Skip to content

Commit

Permalink
Freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Oct 24, 2017
1 parent 91667bd commit fbbb1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/blocks/term-tree-selector/terms.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class TermTreeSelectorList extends Component {
// initialState is also used to reset state when a the taxonomy prop changes
static initialState = {
searchTerm: '',
requestedPages: [ 1 ],
requestedPages: Object.freeze( [ 1 ] ),
};

state = this.constructor.initialState;
Expand Down

0 comments on commit fbbb1bf

Please sign in to comment.