From 01797f071d3c8bcec91abca2311a87f4d74568a3 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 18 Sep 2023 13:57:34 -0600 Subject: [PATCH] Fix mail attachment dropdown actions did nothing --- api/js/etemplate/Et2DropdownButton/Et2DropdownButton.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/js/etemplate/Et2DropdownButton/Et2DropdownButton.ts b/api/js/etemplate/Et2DropdownButton/Et2DropdownButton.ts index d675d047a9..1185db5ec2 100644 --- a/api/js/etemplate/Et2DropdownButton/Et2DropdownButton.ts +++ b/api/js/etemplate/Et2DropdownButton/Et2DropdownButton.ts @@ -131,10 +131,10 @@ export class Et2DropdownButton extends Et2WidgetWithSelectMixin(LitElement) ` : ''; return html` - + ${icon} ${this.noLang ? option.label : this.egw().lang(option.label)} - `; + `; } protected _handleSelect(ev)