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