mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-29 10:09:10 +01:00
Add missing label property
This commit is contained in:
parent
5dd67f2d3d
commit
ed72d63522
@ -89,6 +89,8 @@ export class Et2Button extends Et2InputWidget(SlotMixin(LionButton))
|
||||
{
|
||||
return {
|
||||
...super.properties,
|
||||
// LionButton doesn't have a label property & Et2Widget avoids re-defining it
|
||||
label: {type: String},
|
||||
image: {type: String}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user