Skip to content

Commit e8ffd1b

Browse files
authored
Fix var name
1 parent 4b7d46f commit e8ffd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/modules/editor/contentObject/views/editorPageComponentListView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ define(function(require) {
9797
}
9898
}
9999

100-
this.$('.editor-component-list-sidebar-list').append(new EditorComponentListItemView({
100+
this.$('.editor-component-list-sidebar-list').append(new EditorPageComponentListItemView({
101101
model: componentType,
102102
availablePositions: availablePositions,
103103
_parentId: this.model.get('_parentId'),

0 commit comments

Comments
 (0)