fix TypeError in InfoLog caused by _searchNode not yet instantiated

This commit is contained in:
ralf 2024-02-09 09:19:00 +02:00
parent 206fb0dd4b
commit eb89c96e4b

View File

@ -235,7 +235,7 @@ export class Et2LinkEntry extends Et2InputWidget(FormControlMixin(SlotMixin(LitE
get searchOptions()
{
return this._searchNode.searchOptions;
return this._searchNode?.searchOptions;
}
get _appNode() : Et2LinkAppSelect