fix channels not showing as selected
This commit is contained in:
parent
760efda35a
commit
183f888106
@ -244,7 +244,7 @@ function loadChannelOptions() {
|
||||
data.forEach(item => {
|
||||
$input.append($(
|
||||
"<option>",
|
||||
{text: `#${item.name}`, value: item.id}
|
||||
{text: `#${item.name}`, value: parseInt(item.id)}
|
||||
));
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user