mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
fix: sign-able readonly fields (#1885)
This commit is contained in:
8
packages/lib/constants/autosign.ts
Normal file
8
packages/lib/constants/autosign.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { FieldType } from '@prisma/client';
|
||||
|
||||
export const AUTO_SIGNABLE_FIELD_TYPES: FieldType[] = [
|
||||
FieldType.NAME,
|
||||
FieldType.INITIALS,
|
||||
FieldType.EMAIL,
|
||||
FieldType.DATE,
|
||||
];
|
||||
Reference in New Issue
Block a user