diff --git a/packages/twenty-front/src/modules/command-menu/components/CommandMenuActions.tsx b/packages/twenty-front/src/modules/command-menu/components/CommandMenuActions.tsx index 7ecc9984a..df590b815 100644 --- a/packages/twenty-front/src/modules/command-menu/components/CommandMenuActions.tsx +++ b/packages/twenty-front/src/modules/command-menu/components/CommandMenuActions.tsx @@ -22,7 +22,7 @@ export const CommandMenuActions = ({ const actionCommands = useMemo(() => { return actionMenuEntries?.map((actionMenuEntry) => ({ - id: actionMenuEntry.label, + id: actionMenuEntry.key, label: actionMenuEntry.label, Icon: actionMenuEntry.Icon, onCommandClick: actionMenuEntry.onClick,