fix: modified variable name as required and added comment

This commit is contained in:
RaktimaNXG
2023-12-21 15:14:29 +05:30
parent fefcdf6ffc
commit d400c843e4
6 changed files with 239 additions and 230 deletions
@@ -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}