We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7d46f commit e8ffd1bCopy full SHA for e8ffd1b
1 file changed
frontend/src/modules/editor/contentObject/views/editorPageComponentListView.js
@@ -97,7 +97,7 @@ define(function(require) {
97
}
98
99
100
- this.$('.editor-component-list-sidebar-list').append(new EditorComponentListItemView({
+ this.$('.editor-component-list-sidebar-list').append(new EditorPageComponentListItemView({
101
model: componentType,
102
availablePositions: availablePositions,
103
_parentId: this.model.get('_parentId'),
0 commit comments