mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-09 23:53:41 +08:00
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user