<edit>Change vite config, to fix css unfind bug.

This commit is contained in:
2025-09-13 10:10:48 +08:00
parent 72e61121c2
commit 896fd90da3
3 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ export default function ServerPage() {
className="flex-2 flex ml-auto gap-2"
delete={{
fn: deleteServer,
id: selectedRows.map((r) => r.original.id),
id: selectedRows.map((r) => r.original.id).filter(Boolean) as number[],
mutate: mutate,
}}
>