Skip to content

Commit

Permalink
Merge pull request #1000 from OpenSignLabs/multiuser_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-opensignlabs authored Aug 1, 2024
2 parents 8f95e53 + 37617c0 commit d4d2948
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 118 deletions.
2 changes: 1 addition & 1 deletion apps/OpenSign/src/components/pdf/RenderPdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ function RenderPdf({
{/* this component for render pdf document is in middle of the component */}
<Document
onLoadError={() => {
pdfLoad(false);
setPdfLoad(false);
}}
loading={"Loading Document.."}
onLoadSuccess={pageDetails}
Expand Down
116 changes: 0 additions & 116 deletions apps/OpenSignServer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion apps/OpenSignServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"prettier": "^3.3.3"
},
"overrides": {
"ws": "$ws"
"ws": "$ws",
"parse": "$parse"
},
"engines": {
"node": ">=12.22.10 <21"
Expand Down

0 comments on commit d4d2948

Please sign in to comment.