forked from extern/egroupware
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
|
||||
if(!this.select_options.find(o => o.value == text))
|
||||
{
|
||||
this.select_options.push(<SelectOption>{
|
||||
this.__select_options.push(<SelectOption>{
|
||||
value: text,
|
||||
label: "",
|
||||
icon: text
|
||||
|
Loading…
Reference in New Issue
Block a user