Skip to content

Commit

Permalink
Merge pull request #5553 from flexion/bugfix-edit-correspondence-docu…
Browse files Browse the repository at this point in the history
…ment

Bugfix: fix broken validation in EditCorrespondenceDocument
  • Loading branch information
jimlerza authored Nov 15, 2024
2 parents d95d05f + 633a4db commit 6367788
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ export const EditCorrespondenceDocument = connect(
<ScanBatchPreviewer
documentType="primaryDocumentFile"
title="Add Document"
validateSequence="validateUploadCorrespondenceDocumentSequence"
validateSequence={
validateUploadCorrespondenceDocumentSequence
}
/>
)) || (
<>
Expand Down

0 comments on commit 6367788

Please sign in to comment.