mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 12:41:36 +10:00
show all fields while signing, date field design
This commit is contained in:
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user