Delete apps/OpenSignServer/package-lock.json

This commit is contained in:
prafull-opensignlabs
2026-02-06 12:45:57 +00:00
parent f1278d32a8
commit 336cfb3482
59 changed files with 3201 additions and 33098 deletions
@@ -56,6 +56,7 @@ export default async function saveAsTemplate(request) {
pos: pageItem.pos.map(p => ({
...p,
type: p.type === 'text' ? 'text input' : p.type,
signatureType: '',
options: {
...p.options,
status: 'required',
@@ -92,6 +93,7 @@ export default async function saveAsTemplate(request) {
if (widget.options && widget.options.defaultValue !== undefined) {
return {
...widget,
signatureType: '',
options: {
...widget.options,
defaultValue: '',