Skip to content

Commit

Permalink
:refactor: remove unneccessary changes of #17614
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 17, 2019
1 parent 8846122 commit 0b3efae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/card/index.zh-CN.md
Expand Up @@ -41,7 +41,6 @@ cols: 1

### Card.Grid


| 参数 | 说明 | 类型 | 默认值 | 版本 |
| --------- | ---------------------- | ------- | ------ | ------ |
| className | 网格容器类名 | string | - | |
Expand Down
1 change: 0 additions & 1 deletion components/table/filterDropdown.tsx
Expand Up @@ -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,
});
}

Expand Down

0 comments on commit 0b3efae

Please sign in to comment.