wip: create document workflow

This commit is contained in:
Mythie
2023-06-10 22:33:12 +10:00
parent 159bcade7b
commit cc182649c2
9 changed files with 506 additions and 54 deletions

View File

@ -30,7 +30,7 @@ export default async function DashboardPage() {
findDocuments({
userId: session.id,
perPage: 10,
}).then((r) => ({ ...r, data: [] })),
}),
]);
return (