@ssplib/react-components 0.0.231 → 0.0.232

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.
@@ -92,7 +92,6 @@ hideTitleCSV = false, csvExcludeUpper = [], multipleDataPath = '', expandTextMax
92
92
  filtersFuncData = filtersFunc !== null && filtersFunc !== void 0 ? filtersFunc : {};
93
93
  if (!localStorage.getItem(localTableNameCache))
94
94
  localStorage.setItem(localTableNameCache, JSON.stringify(filters));
95
- console.log('DTTTTTTTT: ', localStorage.getItem(localTableNameCache) === JSON.stringify(filters));
96
95
  if (localStorage.getItem(localTableNameCache) !== JSON.stringify(filters)) {
97
96
  localStorage.setItem(localTableNameCache, JSON.stringify(filters));
98
97
  localStorage.removeItem(localTableName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssplib/react-components",
3
- "version": "0.0.231",
3
+ "version": "0.0.232",
4
4
  "description": "SSP React Components",
5
5
  "main": "index.js",
6
6
  "author": "Pedro Henrique <sr.hudrick@gmail.com>",