Added appointment table

This commit is contained in:
PxlLoewe
2025-02-22 17:39:22 +01:00
parent 8e1e9a67be
commit 00efe207b2
7 changed files with 192 additions and 38 deletions

View File

@@ -10,7 +10,7 @@ export async function getData(
searchTerm: string,
searchFields: string[],
filter?: Record<string, any>,
include?: Record<string, boolean>[]
include?: Record<string, boolean>
) {
if (!model || !prisma[model]) {
return { data: [], total: 0 };