[WIKI-877] fix: order of this dropdown options in pages #8563

This commit is contained in:
Vipin Chaudhary
2026-02-13 15:49:10 +05:30
committed by GitHub
parent cd613e5f8f
commit 60734b25ba

View File

@@ -138,12 +138,12 @@ export const PageOptionsDropdown = observer(function PageOptionsDropdown(props:
optionsOrder={[
"full-screen",
"sticky-toolbar",
"copy-markdown",
"version-history",
"make-a-copy",
"toggle-access",
"archive-restore",
"delete",
"version-history",
"copy-markdown",
"toggle-access",
"export",
]}
page={page}