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