mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-05-06 05:38:51 +00:00
<edit>Change vite config, to fix css unfind bug.
This commit is contained in:
@@ -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,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user