tnx-shared 5.3.199 → 5.3.200

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.
@@ -38086,7 +38086,9 @@
38086
38086
  };
38087
38087
  AuthorizeDirective.prototype.ngAfterViewInit = function () {
38088
38088
  var _this = this;
38089
- this.setAuthorizeButton();
38089
+ if (!this.permission) {
38090
+ this.setAuthorizeButton();
38091
+ }
38090
38092
  if (this._moduleCode) {
38091
38093
  this.appCode = this._moduleCode;
38092
38094
  }