deshacer cambio, genera loop de actualizacion

This commit is contained in:
dehernandezm 2025-02-07 07:07:41 -06:00
parent 50f85273d5
commit d8c8074b0c
3 changed files with 2 additions and 3 deletions

View File

@ -446,7 +446,6 @@ var PivotTableUI = function (_React$PureComponent2) {
}, { }, {
key: 'componentDidUpdate', key: 'componentDidUpdate',
value: function componentDidUpdate() { value: function componentDidUpdate() {
this.updateFilterOptions();
this.materializeInput(this.props.data); this.materializeInput(this.props.data);
} }
}, { }, {

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "v-react-pivottable", "name": "v-react-pivottable",
"version": "0.11.42", "version": "0.11.43",
"description": "A React-based pivot table", "description": "A React-based pivot table",
"main": "PivotTableUI.js", "main": "PivotTableUI.js",
"files": [ "files": [