mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix properties do not get set for inherited widgets from Et2Button
This commit is contained in:
parent
b33f0fa8cf
commit
b34789e676
@ -22,7 +22,7 @@ export class Et2Button extends ButtonMixin(Et2InputWidget(SlButton))
|
||||
{
|
||||
return {
|
||||
...super.properties,
|
||||
label: {type: String}
|
||||
label: {type: String, noAccessor: true}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user