mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
🚸 drag and drop field ux, api
This commit is contained in:
@ -67,11 +67,8 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) {
|
||||
id: +body.id,
|
||||
},
|
||||
update: {
|
||||
type: body.type,
|
||||
page: +body.page,
|
||||
positionX: +body.positionX,
|
||||
positionY: +body.positionY,
|
||||
recipientId: body.Recipient.id,
|
||||
},
|
||||
create: {
|
||||
documentId: +documentId,
|
||||
|
||||
Reference in New Issue
Block a user