Reorder commands (#11084)
Put workflows on top of navigation commands in the command menu.
This commit is contained in:
@ -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...`,
|
||||
|
||||
Reference in New Issue
Block a user