@visns-studio/visns-components 5.3.10 → 5.3.11

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/package.json CHANGED
@@ -78,7 +78,7 @@
78
78
  "react-dom": "^17.0.0 || ^18.0.0"
79
79
  },
80
80
  "name": "@visns-studio/visns-components",
81
- "version": "5.3.10",
81
+ "version": "5.3.11",
82
82
  "description": "Various packages to assist in the development of our Custom Applications.",
83
83
  "main": "src/index.js",
84
84
  "files": [
@@ -1438,8 +1438,6 @@ const DataGrid = forwardRef(
1438
1438
 
1439
1439
  selectedDataSource = filterDataSource.reduce(
1440
1440
  (acc, fds) => {
1441
- console.info(fds.id, columnId);
1442
-
1443
1441
  if (fds.id === columnId) {
1444
1442
  return fds.dataset;
1445
1443
  }