mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-19 17:06:38 +08:00
parent
03b130f2b5
commit
4f6710e50c
@ -550,7 +550,7 @@ const ChannelsTable = () => {
|
|||||||
);
|
);
|
||||||
const { success, message, data } = res.data;
|
const { success, message, data } = res.data;
|
||||||
if (success) {
|
if (success) {
|
||||||
setChannels(data);
|
setChannelFormat(data);
|
||||||
setActivePage(1);
|
setActivePage(1);
|
||||||
} else {
|
} else {
|
||||||
showError(message);
|
showError(message);
|
||||||
|
Loading…
Reference in New Issue
Block a user