Skip to content

Commit e1e99e3

Browse files
add warnings to buildDocumentConfig
1 parent d531751 commit e1e99e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/helpers/test/testBuilders.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ const buildDocumentConfig = (
202202
],
203203
chooseFilesMessage: 'Choose PDF files to upload',
204204
chooseFilesButtonLabel: 'Choose PDF files',
205-
chooseFilesWarningText: '',
205+
chooseFilesWarningText: ['paragraph1', 'paragraph2', 'paragraph3'],
206206
confirmFilesTitle: 'Check your files before uploading',
207207
beforeYouUploadTitle: 'Before you upload',
208208
previewUploadTitle: 'Preview this scanned paper notes record',

0 commit comments

Comments
 (0)