ui-kit-ck-consultant 0.6.47 → 0.6.48
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -902,7 +902,7 @@ var Table = /*#__PURE__*/function (_React$Component) {
|
|
902
902
|
return (child === null || child === void 0 ? void 0 : (_child$type = child.type) === null || _child$type === void 0 ? void 0 : _child$type.name) === 'Tr';
|
903
903
|
});
|
904
904
|
});
|
905
|
-
console.log('Toutes les lignes (Tr) trouvées:',
|
905
|
+
console.log('Toutes les lignes (Tr) trouvées:', allRows);
|
906
906
|
|
907
907
|
if (allRows.length > 0) {
|
908
908
|
allRows.forEach(function (row, rowIndex) {
|