mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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");
|
const button = <Et2Button>document.createElement("et2-button");
|
||||||
button.id = this.id + "_add";
|
button.id = this.id + "_add";
|
||||||
button.label = this.egw().lang("Add")
|
button.label = this.egw().lang("Add");
|
||||||
|
button.noSubmit = true;
|
||||||
|
|
||||||
return button;
|
return button;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user