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