🐛 hide date fields after filling

This commit is contained in:
Timur Ercan
2023-03-09 14:00:54 +01:00
parent e8f8d400e2
commit d63c582a58
3 changed files with 5 additions and 3 deletions

View File

@ -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,