@paperless/angular 2.6.3 → 2.7.1

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.
@@ -3798,6 +3798,10 @@ let Table = class Table {
3798
3798
  this.filterModalShow$.next(false);
3799
3799
  }
3800
3800
  emptyStateClicked() {
3801
+ if (!this.enableAction) {
3802
+ this.action.emit();
3803
+ return;
3804
+ }
3801
3805
  if (!this.enableEmptyStateAction) {
3802
3806
  return;
3803
3807
  }