mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
allow disabled=false for not disabled buttons
This commit is contained in:
parent
9a407d8ebb
commit
3af236e609
@ -258,10 +258,10 @@ export class Et2DialogOverlay extends SlotMixin(LitElement)
|
||||
label=${button.label}
|
||||
.image=${ifDefined(button.image)}
|
||||
.noSubmit=${true}
|
||||
disabled=${ifDefined(button.disabled)}
|
||||
?disabled=${button.disabled}
|
||||
align=${ifDefined(button.align)}>
|
||||
</et2-button>
|
||||
`
|
||||
})}`;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user