Skip to content

Commit 1309806

Browse files
committed
Fix #5498
1 parent 00e03a0 commit 1309806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/containers/Gigs/RecruitCRMJobApply.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class RecruitCRMJobApplyContainer extends React.Component {
115115
...state,
116116
formData: {
117117
...state.formData,
118-
[key]: value,
118+
[key]: _.trim(value),
119119
},
120120
}));
121121
this.validateForm(key);

0 commit comments

Comments
 (0)