Reorder commands (#11084)

Put workflows on top of navigation commands in the command menu.
This commit is contained in:
Raphaël Bosi
2025-03-21 11:10:30 +01:00
committed by GitHub
parent 99438a810c
commit 3af5cde170

View File

@ -59,8 +59,8 @@ export const CommandMenu = () => {
{
heading: t`Global`,
items: matchingStandardActionGlobalCommands
.concat(matchingNavigateCommands)
.concat(matchingWorkflowRunGlobalCommands),
.concat(matchingWorkflowRunGlobalCommands)
.concat(matchingNavigateCommands),
},
{
heading: t`Search ''${commandMenuSearch}'' with...`,