mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
feat: add folders (#1711)
This commit is contained in:
@ -60,7 +60,10 @@ export async function loader({ params, request }: Route.LoaderArgs) {
|
||||
|
||||
return superLoaderJson({
|
||||
isAccessAuthValid: true,
|
||||
template,
|
||||
template: {
|
||||
...template,
|
||||
folder: null,
|
||||
},
|
||||
directTemplateRecipient,
|
||||
} as const);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user