mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-01 03:29:05 +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 {
|
return {
|
||||||
...super.properties,
|
...super.properties,
|
||||||
|
// LionButton doesn't have a label property & Et2Widget avoids re-defining it
|
||||||
|
label: {type: String},
|
||||||
image: {type: String}
|
image: {type: String}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user