ps-toolkit-ui 0.0.122 → 0.0.123

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.
@@ -2629,6 +2629,9 @@
2629
2629
  opt.urlNewTab = option.InputAction === exports.PermissionInputActionEnum.LinkNewTab;
2630
2630
  }
2631
2631
  else if (option.InputAction === exports.PermissionInputActionEnum.Modal) {
2632
+ console.log(this_1.table.modals);
2633
+ console.log(option.Action);
2634
+ console.log(this_1.table.modals.find(function (x) { return x.name === option.Action; }));
2632
2635
  opt.modal = this_1.table.modals.find(function (x) { return x.name === option.Action; });
2633
2636
  opt.onClick = function (btn) {
2634
2637
  var e_2, _a;