mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
🎨
This commit is contained in:
@ -44,7 +44,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
|
||||
}, []);
|
||||
|
||||
function showDocument(documentId: number) {
|
||||
router.push("/documents/" + documentId);
|
||||
router.push(`/documents/" + ${documentId} + "recipients`);
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user