ps-toolkit-ui 0.0.31 → 0.0.32

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.
@@ -7056,15 +7056,17 @@
7056
7056
  var _this = this;
7057
7057
  if (changeRows === void 0) { changeRows = null; }
7058
7058
  this.permission = true;
7059
- var listAccess = this.permissions.getAccess('List');
7060
- if (this.permissions && listAccess !== null) {
7061
- this.title = listAccess.Name;
7062
- this.url = this.permissions.getUrl();
7063
- if (this.permissions.Type !== exports.PermissionTypeEnum.Form) {
7064
- this.load();
7065
- }
7066
- else {
7067
- this.loading = false;
7059
+ if (this.permissions) {
7060
+ var listAccess = this.permissions.getAccess('List');
7061
+ if (listAccess !== null) {
7062
+ this.title = listAccess.Name;
7063
+ this.url = this.permissions.getUrl();
7064
+ if (this.permissions.Type !== exports.PermissionTypeEnum.Form) {
7065
+ this.load();
7066
+ }
7067
+ else {
7068
+ this.loading = false;
7069
+ }
7068
7070
  }
7069
7071
  }
7070
7072
  else {