Skip to content

Commit 5be9193

Browse files
authored
Do not show "Save and preview" by default (#17986)
1 parent d3f264f commit 5be9193

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,6 @@
367367
handler: () => $scope.preview(content, additionalPreviewUrl.url, '_blank')
368368
}
369369
});
370-
371-
$scope.page.showPreviewButton = true;
372370
}
373371

374372
/** Syncs the content item to it's tree node - this occurs on first load and after saving */

0 commit comments

Comments
 (0)