Skip to content

Commit

Permalink
Moar freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Oct 24, 2017
1 parent 2811098 commit ccd4ee7
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 @@ -66,7 +66,7 @@ class TermTreeSelectorList extends Component {
analyticsPrefix: 'Category Selector',
searchThreshold: 8,
loading: true,
terms: [],
terms: Object.freeze( [] ),
onSearch: () => {},
onChange: () => {},
onNextPage: () => {},
Expand Down

0 comments on commit ccd4ee7

Please sign in to comment.