Skip to content

Commit

Permalink
fix: add default value for checkbox in templateplaceholder & change t…
Browse files Browse the repository at this point in the history
…our message in self sign
  • Loading branch information
prafull-opensignlabs committed Mar 7, 2024
1 parent f57fcd2 commit c2796f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/OpenSign/src/pages/SignyourselfPdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
),
Expand Down
3 changes: 2 additions & 1 deletion apps/OpenSign/src/pages/TemplatePlaceholder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,8 @@ const TemplatePlaceholder = () => {
minRequiredCount: minCount,
maxRequiredCount: maxCount
},
isReadOnly: isReadOnly
isReadOnly: isReadOnly,
defaultValue: defaultValue
}
};
}
Expand Down

0 comments on commit c2796f6

Please sign in to comment.