Skip to content

Commit

Permalink
[Bugfix]去除删除Truncate时的多余提示信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyb7290 committed Sep 10, 2023
1 parent ea0c744 commit 128b180
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ const AutoPage = (props: any) => {
message: '清除数据成功',
});
getTopicsList();
} else {
notification.error({
message: '清除数据失败',
});
}
});
};
Expand Down

0 comments on commit 128b180

Please sign in to comment.