@smartbit4all/ng-client 3.3.187 → 3.3.191

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.
@@ -6701,7 +6701,7 @@ class Table {
6701
6701
  }
6702
6702
  customButtonClicked(event, button, element, btn, close) {
6703
6703
  event.stopPropagation();
6704
- if (btn.disabled) {
6704
+ if (btn?.disabled) {
6705
6705
  return;
6706
6706
  }
6707
6707
  if (button.type === SmartTableButtonType.MENU && btn === undefined)