test(geschichten): add drafts to the overview page test mock data #815
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user