This commit is contained in:
rxdn 2021-03-05 20:04:58 +00:00
parent e8a0d58675
commit e9537c839e

View File

@ -448,7 +448,7 @@
return 0; return 0;
} }
for (const panel of res.data.error) { for (const panel of res.data) {
appendPanel(panel, channels); appendPanel(panel, channels);
} }