diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js index a1897125e67c..eb456aace6bf 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js @@ -365,8 +365,6 @@ handler: () => $scope.preview(content, additionalPreviewUrl.url, '_blank') } }); - - $scope.page.showPreviewButton = true; } /** Syncs the content item to it's tree node - this occurs on first load and after saving */