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