mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
Change style of parameter type declaration to make sure it transformAttributes handles it correctly. Objects were still parsed as string, resulting in "[Object object]"
This commit is contained in:
parent
56def486f0
commit
17d2e2cb5c
@ -75,7 +75,7 @@ export const Et2widgetWithSelectMixin = dedupeMixin((superclass) =>
|
|||||||
* Will be found automatically based on ID and type, or can be set explicitly in the template using
|
* Will be found automatically based on ID and type, or can be set explicitly in the template using
|
||||||
* <option/> children, or using widget.select_options = SelectOption[]
|
* <option/> children, or using widget.select_options = SelectOption[]
|
||||||
*/
|
*/
|
||||||
select_options: Object,
|
select_options: {type: Object},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user