This commit is contained in:
Adina Țeudan 2021-07-28 23:13:58 +03:00 committed by Dan Percic
parent 024645651f
commit 030e120550
3 changed files with 3 additions and 5 deletions

View File

@ -9,8 +9,7 @@
[selectionEnabled]="true"
[tableColConfigs]="tableColConfigs"
[tableHeaderLabel]="tableHeaderLabel"
>
</redaction-table-header>
></redaction-table-header>
<redaction-empty-state
*ngIf="screenStateService.noData$ | async"

View File

@ -41,8 +41,7 @@
[selectionEnabled]="true"
[tableColConfigs]="tableColConfigs"
[tableHeaderLabel]="tableHeaderLabel"
>
</redaction-table-header>
></redaction-table-header>
<redaction-empty-state
(action)="fileInput.click()"

View File

@ -10,7 +10,7 @@
{{ tableHeaderLabel | translate: { length: (screenStateService.displayedLength$ | async) } }}
</span>
<ng-container *ngIf="bulkActions" [ngTemplateOutlet]="bulkActions"></ng-container>
<ng-container [ngTemplateOutlet]="bulkActions"></ng-container>
<redaction-quick-filters></redaction-quick-filters>
</div>