Add functions to commission form

This commit is contained in:
2026-01-01 09:46:43 +01:00
parent 21faef78ee
commit 84470aa2e2
8 changed files with 141 additions and 5 deletions

View File

@ -70,6 +70,9 @@ export default async function AnimalStudiesPage({ searchParams }: { searchParams
metadata: true,
tags: true,
variants: true,
colors: {
select: { color: { select: { hex: true } } }
}
},
orderBy: [{ sortKey: "asc" }, { id: "asc" }],
});