updated search holder
This commit is contained in:
parent
2be4a0175e
commit
9bd9b8e7f6
@ -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