ps-toolkit-ui 1.13.76 → 1.13.77

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.
@@ -2706,6 +2706,7 @@
2706
2706
  try {
2707
2707
  for (var item_1 = __values(item), item_1_1 = item_1.next(); !item_1_1.done; item_1_1 = item_1.next()) {
2708
2708
  var i = item_1_1.value;
2709
+ console.log(i.controller + (i.action ? i.action : ''), active);
2709
2710
  if (i.controller + (i.action ? i.action : '') === active) {
2710
2711
  return i;
2711
2712
  }