Skip to content

Commit

Permalink
fix(legacy/list-pro): use legacy/checkbox in /legacy/list-pro (#1677)
Browse files Browse the repository at this point in the history
Co-authored-by: maxin <maxin@growingio.com>
  • Loading branch information
nnmax and maxin committed Dec 14, 2021
1 parent ff1c61d commit 9f8dde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/list-pro/option.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useCallback, useRef } from 'react';
import classnames from 'classnames';
import { noop } from 'lodash';
import Checkbox from '../../checkbox';
import Checkbox from '../checkbox';
import { OptionProps } from './interface';
import Tooltip from '../tooltip';
import usePrefixCls from '../../utils/hooks/use-prefix-cls';
Expand Down

1 comment on commit 9f8dde8

@vercel
Copy link

@vercel vercel bot commented on 9f8dde8 Dec 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.