:refactor: remove unneccessary changes of #17614 (#18854)

This commit is contained in:
偏右 2019-09-17 15:13:43 +08:00 committed by GitHub
parent 0f3f3dc521
commit 721baa80f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ cols: 1
### Card.Grid
| 参数 | 说明 | 类型 | 默认值 | 版本 |
| --------- | ---------------------- | ------- | ------ | ------ |
| className | 网格容器类名 | string | - | |

View File

@ -267,7 +267,6 @@ class FilterMenu<T> extends React.Component<FilterMenuProps<T>, FilterMenuState<
clearFilters: this.handleClearFilters,
filters: column.filters,
visible: this.getDropdownVisible(),
getPopupContainer: (triggerNode: HTMLElement) => triggerNode.parentNode as HTMLElement,
});
}