mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-12 04:37:39 +02:00
fix: modified variable name as required and added comment
This commit is contained in:
@@ -38,7 +38,7 @@ import RenderPdf from "./component/renderPdf";
|
||||
import { contractUsers, contactBook, urlValidator } from "../utils/Utils";
|
||||
import { modalAlign } from "../utils/Utils";
|
||||
import AlertComponent from "./component/alertComponent";
|
||||
import CopyAllPage from "./component/copyAllPage";
|
||||
import PlaceholderCopy from "./component/PlaceholderCopy";
|
||||
|
||||
//For signYourself inProgress section signer can add sign and complete doc sign.
|
||||
function SignYourSelf() {
|
||||
@@ -891,7 +891,7 @@ function SignYourSelf() {
|
||||
)}
|
||||
</Modal.Footer>
|
||||
</Modal>
|
||||
<CopyAllPage
|
||||
<PlaceholderCopy
|
||||
isPageCopy={isPageCopy}
|
||||
setIsPageCopy={setIsPageCopy}
|
||||
xyPostion={xyPostion}
|
||||
|
||||
Reference in New Issue
Block a user