mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-30 03:39:40 +02:00
fix: unsigned widget's reactour message
This commit is contained in:
@@ -403,13 +403,8 @@ function PdfRequestFiles() {
|
||||
const tourConfig = [
|
||||
{
|
||||
selector: '[data-tut="IsSigned"]',
|
||||
content: "Please fill out this placeholder.",
|
||||
// content: () => (
|
||||
// <TourContentWithBtn
|
||||
// message={`Please fill out this placeholder.`}
|
||||
// isChecked={handleDontShow}
|
||||
// />
|
||||
// ),
|
||||
content:
|
||||
"Ensure this field is accurately filled and meets all requirements.",
|
||||
position: "top",
|
||||
style: { fontSize: "13px" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user