Do not show "Save and preview" by default (#17986)

This commit is contained in:
Kenn Jacobsen
2025-01-15 15:42:37 +01:00
committed by GitHub
parent d3f264fc54
commit 5be9193978

View File

@@ -367,8 +367,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 */