mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Et2Dialog: Fix incorrect properties declaration
This commit is contained in:
parent
322fa3c8f4
commit
56ed4e1267
@ -180,10 +180,10 @@ export class Et2Dialog extends Et2Widget(ScopedElementsMixin(SlotMixin(LionDialo
|
||||
public static readonly YES_BUTTON : number = 2;
|
||||
public static readonly NO_BUTTON : number = 3;
|
||||
|
||||
get properties()
|
||||
static get properties()
|
||||
{
|
||||
return {
|
||||
...super.properties(),
|
||||
...super.properties,
|
||||
callback: Function,
|
||||
|
||||
// There's an issue with Et2DialogContent.style being undefined, so this has to stay false until it gets
|
||||
|
Loading…
Reference in New Issue
Block a user