Skip to content

Commit

Permalink
bugfix: fix broken validation in EditCorrespondenceDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwindo committed Nov 14, 2024
1 parent d95d05f commit 633a4db
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 633a4db

Please sign in to comment.