keevo-components 1.5.37 → 1.5.38

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.
@@ -1118,7 +1118,7 @@ class TableComponent {
1118
1118
  this.menuFiltro = false;
1119
1119
  this.checkboxClicked = false;
1120
1120
  let visibilityMode = 'hidden';
1121
- this.renderer.setStyle(this.menuFiltroDiv.nativeElement, 'visibility', visibilityMode);
1121
+ this.renderer.setStyle(this.menuFiltroDiv?.nativeElement, 'visibility', visibilityMode);
1122
1122
  }
1123
1123
  onEscapeKey(event) {
1124
1124
  this.fecharMenuFiltro();