Skip to content

Commit bb48d9b

Browse files
Update src/utils/nodeUtil.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent e98a852 commit bb48d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/nodeUtil.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import MenuItem from '../MenuItem';
55
import MenuItemGroup from '../MenuItemGroup';
66
import SubMenu from '../SubMenu';
77
import { parseChildren } from './commonUtil';
8-
import { omit } from '@rc-component/util';
8+
import omit from '@rc-component/util/lib/omit';
99

1010
function convertItemsToNodes(
1111
list: ItemType[],

0 commit comments

Comments
 (0)