Skip to content

Commit

Permalink
adds selector to list of toolbox entities
Browse files Browse the repository at this point in the history
  • Loading branch information
perpetualgrimace authored and davelandry committed Jul 2, 2019
1 parent e1d1f1b commit 1c276d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cms/src/components/Section.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class Section extends Component {
const entity = this.props.entity || title.toLowerCase();

let inToolbox = false;
if (entity === "generator" || entity === "materializer" || entity === "formatter") {
if (entity === "generator" || entity === "materializer" || entity === "formatter" || entity === "selector") {
inToolbox = true;
}

Expand Down

0 comments on commit 1c276d0

Please sign in to comment.