mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02: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()
|
get searchOptions()
|
||||||
{
|
{
|
||||||
return this._searchNode.searchOptions;
|
return this._searchNode?.searchOptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
get _appNode() : Et2LinkAppSelect
|
get _appNode() : Et2LinkAppSelect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user