diff --git a/libs/cases/frontend/view/src/lib/components/create-case/create-case.component.html b/libs/cases/frontend/view/src/lib/components/create-case/create-case.component.html index 514f429d..ff1c5b02 100644 --- a/libs/cases/frontend/view/src/lib/components/create-case/create-case.component.html +++ b/libs/cases/frontend/view/src/lib/components/create-case/create-case.component.html @@ -12,7 +12,6 @@ id="facilitySelection" (valueChange)="onFacilityChange($event)" (inputChange)="onFacilityInputChange($event)" - hide-list-header="true" > @for (facility of facilities(); track facility.id) {