mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 08:48:57 +01:00
fix error trying to submit
This commit is contained in:
parent
c248a79b25
commit
91672abce1
@ -72,7 +72,8 @@ export class Et2LinkAdd extends Et2InputWidget(FormControlMixin(ValidateMixin(Sl
|
||||
{
|
||||
const button = <Et2Button>document.createElement("et2-button");
|
||||
button.id = this.id + "_add";
|
||||
button.label = this.egw().lang("Add")
|
||||
button.label = this.egw().lang("Add");
|
||||
button.noSubmit = true;
|
||||
|
||||
return button;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user