From ee2290f82c104e2e587947c06b4b1987ac9cbab6 Mon Sep 17 00:00:00 2001 From: Lucas Bordeau Date: Thu, 31 Oct 2024 15:35:26 +0100 Subject: [PATCH] Fix --- .../menu-item/components/MenuItemWithOptionDropdown.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/twenty-front/src/modules/ui/navigation/menu-item/components/MenuItemWithOptionDropdown.tsx b/packages/twenty-front/src/modules/ui/navigation/menu-item/components/MenuItemWithOptionDropdown.tsx index d6ec192d30..a00ee075f9 100644 --- a/packages/twenty-front/src/modules/ui/navigation/menu-item/components/MenuItemWithOptionDropdown.tsx +++ b/packages/twenty-front/src/modules/ui/navigation/menu-item/components/MenuItemWithOptionDropdown.tsx @@ -8,6 +8,7 @@ import { LightIconButtonProps, } from 'twenty-ui'; +import { SelectHotkeyScope } from '@/ui/input/types/SelectHotkeyScope'; import { Dropdown } from '@/ui/layout/dropdown/components/Dropdown'; import { MenuItemLeftContent } from '../internals/components/MenuItemLeftContent'; import { @@ -89,7 +90,7 @@ export const MenuItemWithOptionDropdown = ({ } dropdownComponents={dropdownContent} dropdownId={dropdownId} - dropdownHotkeyScope={{ scope: 'sd' }} + dropdownHotkeyScope={{ scope: SelectHotkeyScope.Select }} disableBlur />