updated search holder
This commit is contained in:
parent
d2642364ae
commit
38e9c0e1a8
@ -35,7 +35,7 @@ export class SearchHolderComponent {
|
|||||||
|
|
||||||
@Input() isViewMode = false;
|
@Input() isViewMode = false;
|
||||||
@Input() headerid: number = 0;
|
@Input() headerid: number = 0;
|
||||||
@Input() selectedHolderId: number = 0;
|
@Input() selectedHolderId: number | undefined = 0;
|
||||||
@Input() applicationName: string = '';
|
@Input() applicationName: string = '';
|
||||||
|
|
||||||
@Output() holderSelectionCompleted = new EventEmitter<boolean>();
|
@Output() holderSelectionCompleted = new EventEmitter<boolean>();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user