fix: benchmark enviroment table

This commit is contained in:
jialin
2026-02-06 20:59:47 +08:00
parent 096227e3da
commit 3c5b095510
12 changed files with 258 additions and 360 deletions
+2 -1
View File
@@ -95,7 +95,8 @@ const Catalog: React.FC = () => {
const handleCategoryChange = (value: any) => {
handleQueryChange({
categories: value
categories: value,
page: 1
});
};