mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 10:42:01 +10:00
pdf view url param
This commit is contained in:
@ -11,7 +11,7 @@ const PDFViewer = dynamic(() => import("../../components/pdf-viewer"), {
|
||||
const DocumentsDetailPage: NextPageWithLayout = () => {
|
||||
return (
|
||||
<div>
|
||||
<PDFViewer />
|
||||
<PDFViewer pdfUrl={"http://localhost:3000/api/documents/3"} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user