diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html index 9e8561cc5740..f2cd78bfe160 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html @@ -13,7 +13,7 @@ description="node.url" sortable="!sortableOptions.disabled" allow-remove="allowRemove" - allow-open="model.config.showOpenButton && allowOpen && !dialogEditor && !readonly" + allow-open="model.config.showOpenButton && allowOpen && !dialogEditor" on-remove="remove($index)" on-open="openEditor(node)">