mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
test: Fix Table test (#23915)
This commit is contained in:
parent
701f35d0eb
commit
ce17f19ca0
@ -25,7 +25,6 @@ function renderExpandIcon(locale: TableLocale) {
|
||||
type="button"
|
||||
onClick={e => {
|
||||
onExpand(record, e!);
|
||||
e.stopPropagation();
|
||||
}}
|
||||
className={classNames(iconPrefix, {
|
||||
[`${iconPrefix}-spaced`]: !expandable,
|
||||
|
Loading…
Reference in New Issue
Block a user