dce-reactkit 3.2.2-beta.22 → 3.2.2-beta.23
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/esm/index.js
CHANGED
|
@@ -3137,8 +3137,10 @@ const LogReviewer = (props) => {
|
|
|
3137
3137
|
// Has subcontexts
|
|
3138
3138
|
pickableItem.children.forEach((subcontextItem) => {
|
|
3139
3139
|
if (!subcontextItem.isGroup) {
|
|
3140
|
-
contextFilterState[pickableItem.id][subcontextItem.id] = (subcontextItem.checked);
|
|
3141
3140
|
console.log('Update child:', pickableItem.id, subcontextItem.id, subcontextItem.checked);
|
|
3141
|
+
console.log(contextFilterState);
|
|
3142
|
+
contextFilterState[pickableItem.id][subcontextItem.id] = (subcontextItem.checked);
|
|
3143
|
+
console.log(contextFilterState);
|
|
3142
3144
|
}
|
|
3143
3145
|
});
|
|
3144
3146
|
}
|