mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 12:11:39 +01:00
[WIKI-877] fix: order of this dropdown options in pages #8563
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user