mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-25 09:13:22 +03:00
Fix
This commit is contained in:
parent
a4ac735590
commit
ee2290f82c
@ -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
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user