dtable-ui-component 4.4.0-beta → 4.4.0-beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -117,7 +117,7 @@ class FiltersList extends Component {
117
117
  const {
118
118
  error_message
119
119
  } = ValidateFilter.validateColumn(column_key, columns);
120
- const filterColumn = getColumnByKey(column_key, columns) || {};
120
+ const filterColumn = getColumnByKey(columns, column_key) || {};
121
121
  return this.renderFilterItem(filter, index, error_message, filterColumn);
122
122
  }));
123
123
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "4.4.0-beta",
3
+ "version": "4.4.0-beta1",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "2.0.5",