Skip to content

Commit

Permalink
MET-3892 - Empty Data Handling in Filters: prevent extra instances of…
Browse files Browse the repository at this point in the history
… date component
  • Loading branch information
andyjmaclean committed Oct 25, 2021
1 parent cb899f8 commit ea716e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/filter/filter.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</li>

<ng-template #dates>
<li>
<li *ngIf="group === 'dates'">
<app-dates [form]="form" (valueChanged)="changed()"></app-dates>
</li>
</ng-template>
Expand Down

0 comments on commit ea716e2

Please sign in to comment.