mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
upload document redirect to document not recipients
This commit is contained in:
@ -23,7 +23,7 @@ export const uploadDocument = async (event: any) => {
|
||||
.then((response: Response) => {
|
||||
response.json().then((createdDocumentIdFromBody) => {
|
||||
router.push(
|
||||
`${NEXT_PUBLIC_WEBAPP_URL}/documents/${createdDocumentIdFromBody}/recipients`
|
||||
`${NEXT_PUBLIC_WEBAPP_URL}/documents/${createdDocumentIdFromBody}`
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user