mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
Fix mail attachment dropdown actions did nothing
This commit is contained in:
parent
b6a0e650fe
commit
01797f071d
@ -131,10 +131,10 @@ export class Et2DropdownButton extends Et2WidgetWithSelectMixin(LitElement)
|
|||||||
<et2-image slot="prefix" src=${option.icon} icon></et2-image>` : '';
|
<et2-image slot="prefix" src=${option.icon} icon></et2-image>` : '';
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<sl-option value="${option.value}">
|
<sl-menu-item value="${option.value}">
|
||||||
${icon}
|
${icon}
|
||||||
${this.noLang ? option.label : this.egw().lang(option.label)}
|
${this.noLang ? option.label : this.egw().lang(option.label)}
|
||||||
</sl-option>`;
|
</sl-menu-item>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected _handleSelect(ev)
|
protected _handleSelect(ev)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user