ywana-core8 0.0.217 → 0.0.218

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.217",
3
+ "version": "0.0.218",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -165,7 +165,8 @@ const TableSelector = (props) => {
165
165
  const rows = all.filter(item => checked.has(item.id))
166
166
  const table = {
167
167
  columns: [
168
- { id: "idMatricula", label: "ID Matricula" }
168
+ { id: "id", label: "ID" },
169
+ { id: "idMatricula", label: "ID Matricula" },
169
170
  ],
170
171
  rows: rows || []
171
172
  }