ps-toolkit-ui 0.0.193 → 0.0.194

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.
@@ -2501,6 +2501,7 @@
2501
2501
  if (this.table.hasChildren) {
2502
2502
  if (!this.table.childrenAutoLoad) {
2503
2503
  this.children = this.getChildren();
2504
+ console.log(this.table, this.children, 'this.children');
2504
2505
  }
2505
2506
  if (this.table.permissions.hasAccess(exports.PermissionAccessTypeEnum.Insert)) {
2506
2507
  this.addChildren = new InputClass(this.table.environment, this.table.l, this.table.name + 'AddSubsetTitle', 'fad fa-plus fa-rotate-90', exports.InputType.Icon, 'green m-h-5 h-25 d-ib va-m f-u');