[WIKI-877] fix: order of this dropdown options in pages #8563
This commit is contained in:
parent
cd613e5f8f
commit
60734b25ba
1 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue