|
@ -87,7 +87,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<form [formGroup]="filterForm"> |
|
|
<form [formGroup]="filterForm"> |
|
|
<ng-container *ngIf="!searchFormControl.value"> |
|
|
@if (!searchFormControl.value) { |
|
|
<div class="date-range-selector-container p-3"> |
|
|
<div class="date-range-selector-container p-3"> |
|
|
<mat-form-field appearance="outline" class="w-100 without-hint"> |
|
|
<mat-form-field appearance="outline" class="w-100 without-hint"> |
|
|
<mat-label i18n>Date Range</mat-label> |
|
|
<mat-label i18n>Date Range</mat-label> |
|
@ -197,6 +197,6 @@ |
|
|
</button> |
|
|
</button> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</ng-container> |
|
|
} |
|
|
</form> |
|
|
</form> |
|
|
</div> |
|
|
</div> |
|
|