Et2SelectThumbnail: Fix current value(s) did not display

This commit is contained in:
nathan 2022-12-09 09:03:43 -07:00
parent 4c299b382a
commit 8ed40c8c0e

View File

@ -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