fix: list pagination

This commit is contained in:
jialin
2024-07-16 15:27:54 +08:00
parent 7e06a56c12
commit a27fa9d56c
32 changed files with 2506 additions and 1726 deletions
+1 -1
View File
@@ -35,5 +35,5 @@ export function renderMenuIcon(icon: string) {
icons[upperIcon] || icons[upperIcon + 'Outlined']
);
}
return null;
return <span></span>;
}