Add missing label property

This commit is contained in:
nathan 2022-03-15 13:48:05 -06:00
parent 5dd67f2d3d
commit ed72d63522

View File

@ -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}
}
}