This commit is contained in:
Lucas Bordeau 2024-10-31 15:35:26 +01:00
parent a4ac735590
commit ee2290f82c

View File

@ -8,6 +8,7 @@ import {
LightIconButtonProps, LightIconButtonProps,
} from 'twenty-ui'; } from 'twenty-ui';
import { SelectHotkeyScope } from '@/ui/input/types/SelectHotkeyScope';
import { Dropdown } from '@/ui/layout/dropdown/components/Dropdown'; import { Dropdown } from '@/ui/layout/dropdown/components/Dropdown';
import { MenuItemLeftContent } from '../internals/components/MenuItemLeftContent'; import { MenuItemLeftContent } from '../internals/components/MenuItemLeftContent';
import { import {
@ -89,7 +90,7 @@ export const MenuItemWithOptionDropdown = ({
} }
dropdownComponents={dropdownContent} dropdownComponents={dropdownContent}
dropdownId={dropdownId} dropdownId={dropdownId}
dropdownHotkeyScope={{ scope: 'sd' }} dropdownHotkeyScope={{ scope: SelectHotkeyScope.Select }}
disableBlur disableBlur
/> />
</div> </div>