Merge pull request #1737 from OpenSignLabs/updates-15043583319

v2.21.1
This commit is contained in:
prafull-opensignlabs
2025-05-15 16:48:53 +05:30
committed by GitHub
+2 -2
View File
@@ -3081,9 +3081,9 @@ export const updateDateWidgetsRes = (documentData, signerId, journey) => {
if (item?.signerObjId === signerId) {
return {
...item,
placeHolder: item.placeHolder.map((ph) => ({
placeHolder: item?.placeHolder?.map((ph) => ({
...ph,
pos: ph.pos.map((widget) => {
pos: ph?.pos?.map((widget) => {
// only for date widgets *and* missing response
if (widget.type === "date" && !widget.options.response) {
return {