mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
fix TypeError in InfoLog caused by _searchNode not yet instantiated
This commit is contained in:
parent
206fb0dd4b
commit
eb89c96e4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user