test: Fix Table test (#23915)

pull/23917/head
二货机器人 5 years ago committed by GitHub
parent 701f35d0eb
commit ce17f19ca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,6 @@ function renderExpandIcon(locale: TableLocale) {
type="button"
onClick={e => {
onExpand(record, e!);
e.stopPropagation();
}}
className={classNames(iconPrefix, {
[`${iconPrefix}-spaced`]: !expandable,

Loading…
Cancel
Save