diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js index ab97382571..38e2ab2043 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js @@ -139,8 +139,6 @@ // If this entry was not supported by our property-editor it would return 'null'. if(block !== null) { entry.$block = block; - } else { - entry.$block = blockEditorService.UNSUPPORTED_BLOCKOBJECT; } } });