ps-toolkit-ui 1.20.60 → 1.20.61

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.
@@ -3997,7 +3997,7 @@
3997
3997
  var s = (max.second || max.first);
3998
3998
  return s == null ? 100 : s;
3999
3999
  };
4000
- var url = this.table.permissions.getAccess(exports.PermissionAccessTypeEnum.List).Url;
4000
+ var url = this.table.url;
4001
4001
  var data = this.table.searchData();
4002
4002
  data.Page = 1;
4003
4003
  data.PerPage = -1;