mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
✅ fix eslint
This commit is contained in:
parent
6cd8f2bc3c
commit
00375c2c5e
@ -76,7 +76,8 @@ function getCheckState<T>(props: SelectionCheckboxAllProps<T>) {
|
||||
const { store, data } = props;
|
||||
if (!data.length) {
|
||||
return false;
|
||||
} else if (store.getState().selectionDirty) {
|
||||
}
|
||||
if (store.getState().selectionDirty) {
|
||||
return checkSelection({
|
||||
...props,
|
||||
data,
|
||||
|
Loading…
Reference in New Issue
Block a user