mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
🐛 hide date fields after filling
This commit is contained in:
@ -75,6 +75,7 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) {
|
||||
documentId: +documentId,
|
||||
type: body.type,
|
||||
page: +body.page,
|
||||
inserted: false,
|
||||
positionX: +body.positionX,
|
||||
positionY: +body.positionY,
|
||||
customText: body.customText,
|
||||
|
||||
Reference in New Issue
Block a user