chore: table 不应该透传 autoGenerateFilter (#5998)

This commit is contained in:
liaoxuezhi 2022-12-29 19:43:54 +08:00 committed by GitHub
parent 0303526739
commit 3e2dd1c169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -459,7 +459,8 @@ export default class Table extends React.Component<TableProps, object> {
'autoFillHeight',
'onSelect',
'keepItemSelectionOnPageChange',
'maxKeepItemSelectionLength'
'maxKeepItemSelectionLength',
'autoGenerateFilter'
];
static defaultProps: Partial<TableProps> = {
className: '',