mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-23 16:12:34 +02:00
Delete apps/OpenSignServer/package-lock.json
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user