mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Use Et2Button.noSubmit instead of Et2Button.doSubmit
This commit is contained in:
parent
54ea13bfa8
commit
22ae7fbf89
@ -243,7 +243,7 @@ export class Et2DialogOverlay extends SlotMixin(LitElement)
|
||||
<et2-button ._parent=${this} id=${button.id} button_id=${button.button_id}
|
||||
label=${button.label}
|
||||
.image=${ifDefined(button.image)}
|
||||
.doSubmit=${false}
|
||||
.noSubmit=${true}
|
||||
disabled=${ifDefined(button.disabled)}
|
||||
align=${ifDefined(button.align)}>
|
||||
</et2-button>
|
||||
|
Loading…
Reference in New Issue
Block a user