Skip to content

Commit 0678685

Browse files
committed
fix: edit profile -> jobtitle
Signed-off-by: smarcet <smarcet@gmail.com>
1 parent 9405fd0 commit 0678685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/profile/profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ const ProfilePage = ({
658658
fullWidth
659659
size="small"
660660
label="Job Title"
661-
inputProps={{maxLength: 10}}
661+
inputProps={{maxLength: 200}}
662662
value={formik.values.job_title}
663663
data-lpignore="true"
664664
onChange={formik.handleChange}

0 commit comments

Comments
 (0)