mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-29 01:59:39 +01:00
Et2SelectThumbnail: Fix current value(s) did not display
This commit is contained in:
parent
4c299b382a
commit
8ed40c8c0e
@ -57,7 +57,7 @@ export class Et2SelectThumbnail extends Et2Select
|
|||||||
// Make sure not to double-add
|
// Make sure not to double-add
|
||||||
if(!this.select_options.find(o => o.value == text))
|
if(!this.select_options.find(o => o.value == text))
|
||||||
{
|
{
|
||||||
this.select_options.push(<SelectOption>{
|
this.__select_options.push(<SelectOption>{
|
||||||
value: text,
|
value: text,
|
||||||
label: "",
|
label: "",
|
||||||
icon: text
|
icon: text
|
||||||
|
Loading…
Reference in New Issue
Block a user