fix: 修复渠道晒筛选后无法展开测试模型 (close #297 #302)

This commit is contained in:
CalciumIon 2024-07-08 17:00:10 +08:00
parent 03b130f2b5
commit 4f6710e50c

View File

@ -550,7 +550,7 @@ const ChannelsTable = () => {
);
const { success, message, data } = res.data;
if (success) {
setChannels(data);
setChannelFormat(data);
setActivePage(1);
} else {
showError(message);