diff --git a/packages/twenty-front/src/modules/command-menu/components/CommandMenu.tsx b/packages/twenty-front/src/modules/command-menu/components/CommandMenu.tsx index d56186f2c..df2e87fd3 100644 --- a/packages/twenty-front/src/modules/command-menu/components/CommandMenu.tsx +++ b/packages/twenty-front/src/modules/command-menu/components/CommandMenu.tsx @@ -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...`,