From 685d1047fab63d855b9fc34952459d244ae3802a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 18 Jun 2020 09:00:39 +0200 Subject: [PATCH] we dont have this fallback anymore --- .../src/views/propertyeditors/blocklist/blocklist.component.js | 2 -- 1 file changed, 2 deletions(-) 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; } } });