Skip to content

Commit 4adf0fc

Browse files
committed
Fixed file validation
1 parent 5151e2d commit 4adf0fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/containers/Gigs/RecruitCRMJobApply.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ class RecruitCRMJobApplyContainer extends React.Component {
145145
delete formErrors.fileCV;
146146
} else {
147147
formErrors.fileCV = 'Only .pdf and .docx files are allowed';
148-
delete formErrors.fileCV;
149148
}
150149
}
151150
}

0 commit comments

Comments
 (0)