Skip to content

Commit

Permalink
chore: re-order pages dropdown options
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryan610 committed Jan 2, 2025
1 parent b955f48 commit 980bd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/core/components/pages/list/block-item-action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export const BlockItemAction: FC<Props> = observer((props) => {
{/* quick actions dropdown */}
<PageActions
optionsOrder={[
"copy-link",
"open-in-new-tab",
"copy-link",
"make-a-copy",
"toggle-lock",
"toggle-access",
Expand Down

0 comments on commit 980bd51

Please sign in to comment.