dce-reactkit 3.2.2-beta.24 → 3.2.2-beta.26

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
@@ -2817,6 +2817,7 @@ const LogReviewer = (props) => {
2817
2817
  LogMetadata.Target[target] = target;
2818
2818
  }
2819
2819
  });
2820
+ console.log(LogMetadata);
2820
2821
  /* -------------- State ------------- */
2821
2822
  // Create initial date filter state
2822
2823
  const today = getTimeInfoInET();
@@ -3120,7 +3121,7 @@ const LogReviewer = (props) => {
3120
3121
  id: subcontext,
3121
3122
  name: genHumanReadableName(subcontext),
3122
3123
  isGroup: false,
3123
- checked: !!value[subcontext],
3124
+ checked: contextFilterState[context][subcontext],
3124
3125
  };
3125
3126
  }));
3126
3127
  const item = {