Merge branch 'development' into f086_Zusatz-Edit-der-Namen

This commit is contained in:
2025-09-24 12:35:53 +02:00
4 changed files with 24 additions and 27 deletions

View File

@@ -4,7 +4,6 @@ import type { PageServerLoad } from '../../(token-based)/view/$types';
export const load: PageServerLoad = async () => {
const vorgangList = getVorgaenge();
return {
vorgangList
};