Skip to content

Commit 6d13a86

Browse files
committed
fix #1157
1 parent b5d536b commit 6d13a86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-bootstrap-table2/src/filters.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const Filters = (props) => {
2121
columns.forEach((column, i) => {
2222
filterColumns.push(<FiltersCell
2323
index={ i }
24+
key={ column.dataField }
2425
column={ column }
2526
currFilters={ currFilters }
2627
onExternalFilter={ onExternalFilter }

0 commit comments

Comments
 (0)