mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 19:51:32 +10:00
feat: add folders (#1711)
This commit is contained in:
@ -55,6 +55,10 @@ export async function loader({ params, request }: Route.LoaderArgs) {
|
||||
throw redirect(templateRootPath);
|
||||
}
|
||||
|
||||
if (template.folderId) {
|
||||
throw redirect(`${templateRootPath}/f/${template.folderId}/${templateId}`);
|
||||
}
|
||||
|
||||
return superLoaderJson({
|
||||
user,
|
||||
team,
|
||||
|
||||
Reference in New Issue
Block a user