überarbeitung edit tatort funktioniert, edit vorgang bis api auch, aber dann hakt es
Some checks failed
InnoHub Processor/tatort/pipeline/head This commit was not built
InnoHub Processor/tatort/pipeline/pr-development There was a failure building this commit

This commit is contained in:
2025-07-10 10:24:57 +02:00
parent 7ad52618fb
commit 0b4d189439
12 changed files with 270 additions and 121 deletions

View File

@@ -1,10 +0,0 @@
import { getListOfVorgänge } from '$lib/server/vorgangService';
import type { PageServerLoad } from '../../(token-based)/view/$types';
export const load: PageServerLoad = async () => {
const caseList = await getListOfVorgänge();
return {
caseList
};
};