fix type et2-nextmatch-header-account(filter)

This commit is contained in:
ralf 2022-07-08 10:38:06 +02:00
parent c9b61be8d2
commit d85b2b4cf2

View File

@ -4239,7 +4239,7 @@ export class et2_nextmatch_customfields extends et2_customfields_list implements
delete (field.values['']);
}
widget = loadWebComponent(
field.type == 'select-account' ? 'et2-nextmatch-header-accountfilter' : "et2-nextmatch-header-filter",
field.type == 'select-account' ? 'et2-nextmatch-header-account' : "et2-nextmatch-header-filter",
{
id: cf_id,
empty_label: field.label,