File type filter now only appears with the paginator

pull/668/head
Isaac Abadi 3 years ago
parent e843b4c97f
commit 162094a9b9

@ -95,7 +95,7 @@
</mat-tab-group>
</div>
<div style="position: relative;" *ngIf="usePaginator && selectedIndex > 0">
<div style="position: relative;" *ngIf="paged_data && paged_data.length > 0 && usePaginator && selectedIndex > 0">
<div style="position: absolute; margin-left: 8px; margin-top: 5px; scale: 0.8">
<mat-form-field>
<mat-label><ng-container i18n="File type">File type</ng-container></mat-label>

Loading…
Cancel
Save