Skip to content

Commit

Permalink
Update PlaceHolderSign.js
Browse files Browse the repository at this point in the history
  • Loading branch information
raktima-opensignlabs authored Nov 20, 2024
1 parent 5cbbb00 commit f3ba024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/OpenSign/src/pages/PlaceHolderSign.js
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ function PlaceHolderSign() {
Role: "prefill",
Id: key
};
signerPos.push(prefillTextWidget);
setSignerPos((prev)=>[...prev,prefillTextWidget]);
}
} else {
//else condition to add placeholder widgets on multiple page first time
Expand Down

0 comments on commit f3ba024

Please sign in to comment.