fix: add default value for checkbox in templateplaceholder & change tour message in self sign

This commit is contained in:
prafull-opensignlabs
2024-03-07 15:09:56 +05:30
parent f57fcd25c9
commit c2796f66fb
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -805,7 +805,7 @@ function SignYourSelf() {
selector: '[data-tut="reactourFirst"]',
content: () => (
<TourContentWithBtn
message={`Drag the signature or stamp placeholder onto the PDF to choose your desired signing location.`}
message={`Select and drag your preferred widgets onto the PDF to customize your document before signing. Choose the perfect spots for each modification to tailor the document to your needs.`}
isChecked={handleDontShow}
/>
),
@@ -1040,7 +1040,8 @@ const TemplatePlaceholder = () => {
minRequiredCount: minCount,
maxRequiredCount: maxCount
},
isReadOnly: isReadOnly
isReadOnly: isReadOnly,
defaultValue: defaultValue
}
};
}