Skip to content
Snippets Groups Projects
Commit 7717dfcb authored by Albert Bruns's avatar Albert Bruns
Browse files

OZG-725 cr anmerkungen

parent efaec42f
No related branches found
No related tags found
1 merge request!93OZG-725-weiterleitung-suche
Showing
with 3 additions and 3 deletions
......@@ -7,7 +7,7 @@ import { MockComponent, MockModule } from 'ng-mocks';
import { getDataTestIdOf } from '../../../../../tech-shared/test/data-test';
import { createOrganisationsEinheitResource } from '../../../../../zustaendige-stelle-shared/test/organisations-einheit';
import { ForwardingButtonComponent } from './forwarding-button/forwarding-button.component';
import { ForwardingItemInDialogComponent } from './forwarding-dialog-forwarding-item/forwarding-item.component';
import { ForwardingItemInDialogComponent } from './forwarding-item/forwarding-item.component';
import { ForwardingDialogComponent } from './forwarding-dialog.component';
describe('ForwardingDialogComponent', () => {
......
......@@ -5,7 +5,7 @@ import { Component, Input } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
import { CancelDialogButtonComponent } from '@ods/component';
import { ForwardingButtonComponent } from './forwarding-button/forwarding-button.component';
import { ForwardingItemInDialogComponent } from './forwarding-dialog-forwarding-item/forwarding-item.component';
import { ForwardingItemInDialogComponent } from './forwarding-item/forwarding-item.component';
@Component({
selector: 'alfa-forwarding-dialog',
......
......@@ -10,7 +10,7 @@ import { Observable } from 'rxjs';
})
export class SearchZustaendigeStelleFormContainerComponent<T extends Resource> implements OnInit {
@Output() searchResultSelected = new EventEmitter<T>();
@Input() focusOnSearchField = false;
@Input() focusOnSearchField: boolean = false;
public searchResults$: Observable<InstantSearchResult<T>[]>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment