Fix properties do not get set for inherited widgets from Et2Button

This commit is contained in:
hadi 2023-08-28 12:19:18 +02:00
parent b33f0fa8cf
commit b34789e676

View File

@ -22,7 +22,7 @@ export class Et2Button extends ButtonMixin(Et2InputWidget(SlButton))
{ {
return { return {
...super.properties, ...super.properties,
label: {type: String} label: {type: String, noAccessor: true}
} }
} }