Skip to content

Commit a070da4

Browse files
committed
ON-47530 # Removed default
1 parent 497b518 commit a070da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/forms-schema/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const pdfSubmissionEventConfiguration = {
148148
.default([]),
149149
pdfSize: Joi.valid('A4', 'Letter'),
150150
customPdfId: Joi.string().uuid(),
151-
isCustomPdfEditable: Joi.bool().default(false),
151+
isCustomPdfEditable: Joi.bool(),
152152
...approvalFormsInclusionConfiguration,
153153
}
154154

0 commit comments

Comments
 (0)