ods-component-lib 1.17.88 → 1.17.89

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.
package/dist/index.js CHANGED
@@ -1255,6 +1255,9 @@ function grid(props, dataGridRef) {
1255
1255
  };
1256
1256
  var customSave = function customSave(state) {
1257
1257
  state.selectedRowKeys = [];
1258
+ state.filterPanel = {
1259
+ filterEnabled: false
1260
+ };
1258
1261
  localStorage.setItem(props.exportFileName + "Storage", JSON.stringify(state));
1259
1262
  };
1260
1263
  React.useEffect(function () {