mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix error trying to submit
This commit is contained in:
parent
46b7c5258b
commit
d11c74f0bc
@ -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