Skip to content

Commit

Permalink
reorder button bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Nov 26, 2024
1 parent 52a9046 commit c1f9567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/ui/pages/myFiles/Explorer/ExplorerButtonBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ const buttonIds = [
"new",
"create directory",
"delete",
"copy path",
"share"
"share",
"copy path"
] as const;

export type ButtonId = (typeof buttonIds)[number];

0 comments on commit c1f9567

Please sign in to comment.