mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix distribution list filter did not change filters when its value changed
This commit is contained in:
parent
5ff96e7818
commit
ae700fb391
@ -3929,7 +3929,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
|
||||
return true;
|
||||
};
|
||||
|
||||
if(window.customElements.get(_widget.localName) !== "undefined")
|
||||
if(_widget.localName && window.customElements.get(_widget.localName) !== "undefined")
|
||||
{
|
||||
// @ts-ignore
|
||||
_widget.onchange = (ev) =>
|
||||
|
Loading…
Reference in New Issue
Block a user