diff --git a/src/style_manager/view/SectorsView.js b/src/style_manager/view/SectorsView.js index 2c3858760..e412ef2f4 100644 --- a/src/style_manager/view/SectorsView.js +++ b/src/style_manager/view/SectorsView.js @@ -22,7 +22,7 @@ module.exports = Backbone.View.extend({ this.propTarget = target; const coll = this.collection; const events = - 'change:selectedComponent component:update:classes component:update:state change:device'; + 'component:selected component:update:classes component:update:state change:device'; this.listenTo(coll, 'add', this.addTo); this.listenTo(coll, 'reset', this.render); this.listenTo(this.target, events, this.targetUpdated);