Remove unnecessary translation to removed variable

This commit is contained in:
Bjarne Fyrstenborg
2020-07-10 00:05:16 +02:00
committed by Sebastiaan Janssen
parent 6fc8126076
commit 6da85dd47d

View File

@@ -34,10 +34,6 @@
function init() {
localizationService.localize("contentTypeEditor_chooseChildNode").then(function(value){
childNodeSelectorOverlayTitle = value;
});
contentTypeResource.getAll().then(function(contentTypes){
vm.contentTypes = _.where(contentTypes, {isElement: false});