@paperless/angular 2.8.4 → 2.8.5

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