show all fields while signing, date field design

This commit is contained in:
Timur Ercan
2023-03-19 12:13:13 +01:00
parent ff16972646
commit 253e5cfcfa
2 changed files with 8 additions and 2 deletions

View File

@ -107,7 +107,6 @@ export async function getServerSideProps(context: any) {
where: {
documentId: recipient.Document.id,
recipientId: recipient.id,
type: { in: [FieldType.SIGNATURE] },
Signature: { is: null },
},
include: {