Skip to content

Commit 7747c4e

Browse files
MelvinBotmadmax330
andcommitted
Add maxFileSize to DocusignFullStep UploadFile
Co-authored-by: Maxence Coulibaly <madmax330@users.noreply.github.com>
1 parent c6c6286 commit 7747c4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/SubStepForms/DocusignFullStep.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ function DocusignFullStep<TFormID extends keyof OnyxFormValuesMapping>({
155155
setUploadError(error);
156156
}}
157157
fileLimit={1}
158+
maxFileSize={CONST.NON_USD_BANK_ACCOUNT.MAX_FILE_SIZE}
158159
/>
159160
</FormProvider>
160161
</InteractiveStepWrapper>

0 commit comments

Comments
 (0)