Skip to content

Commit

Permalink
Fix wrong attachment type
Browse files Browse the repository at this point in the history
  • Loading branch information
mjturt committed Jul 11, 2023
1 parent 36b198d commit 71b5dff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const EmploymentActions: React.FC<UploadProps> = ({
variant="secondary"
onUpload={handleUpload}
isUploading={isUploading}
attachmentType={ATTACHMENT_TYPES.PAY_SUBSIDY_CONTRACT}
attachmentType={ATTACHMENT_TYPES.EMPLOYMENT_CONTRACT}
allowedFileTypes={['application/pdf']}
maxSize={ATTACHMENT_MAX_SIZE}
uploadText={t(`${translationsBase}.addAttachment`)}
Expand Down

0 comments on commit 71b5dff

Please sign in to comment.