test(geschichten): add drafts to the overview page test mock data #815

Merged
marcel merged 1 commits from fix/814-geschichten-drafts-test-mock into main 2026-06-12 22:11:04 +02:00

View File

@@ -31,6 +31,7 @@ const baseData = (overrides: Record<string, unknown> = {}) => ({
personFilters: [] as { id?: string; displayName: string }[],
documentFilter: null,
canBlogWrite: false,
drafts: [] as Array<{ id: string; title: string }>,
...overrides
});