ps-toolkit-ui 0.0.134 → 0.0.135

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.
@@ -7238,7 +7238,7 @@
7238
7238
  return;
7239
7239
  }
7240
7240
  var _loop_1 = function (access) {
7241
- if (this_1.buttons.filter(function (x) { return x.name === access.Name; })) {
7241
+ if (this_1.buttons.filter(function (x) { return x.name === access.Name; }).length > 0) {
7242
7242
  return "continue";
7243
7243
  }
7244
7244
  var accessInp = new InputClass(this_1.environment, this_1.l, access.Name, access.Icon, access.InputType === exports.PermissionInputTypeEnum.Button ? exports.InputType.Button : exports.InputType.Icon, 'blue w-u h-30');