updated search holder

This commit is contained in:
Cyril Joseph 2026-03-09 18:30:27 -03:00
parent 2be4a0175e
commit 9bd9b8e7f6

View File

@ -35,7 +35,7 @@ export class SearchHolderComponent {
@Input() isViewMode = false;
@Input() headerid: number = 0;
@Input() selectedHolderId: number = 0;
@Input() selectedHolderId: number | undefined= 0;
@Input() applicationName: string = '';
@Output() holderSelectionCompleted = new EventEmitter<boolean>();