@paperless/angular 0.1.0-alpha.379 → 0.1.0-alpha.380
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.
|
@@ -2889,7 +2889,7 @@ let Table = class Table {
|
|
|
2889
2889
|
this.hideOnSinglePage = true;
|
|
2890
2890
|
/* Empty state start */
|
|
2891
2891
|
this.emptyStateType = 'no_filter';
|
|
2892
|
-
this.emptyStateIllustration = 'empty-state-
|
|
2892
|
+
this.emptyStateIllustration = 'empty-state-add';
|
|
2893
2893
|
this.enableEmptyStateAction = true;
|
|
2894
2894
|
this.emptyStateFilteredIllustration = 'empty-state-search';
|
|
2895
2895
|
/**
|