fix: error when trying to save 'other education' (#666)

When user selects "Other Education" and clicks save - error occurs.

It's caused by the wrong API call payload value `'o'`
Fix: use the `'other'` payload value instead (the valid one).
This commit is contained in:
Eugene Dyudyunov
2023-07-05 18:36:37 +03:00
committed by GitHub
parent e0cdcbaa6c
commit 1b93940a37
2 changed files with 2 additions and 2 deletions

View File

@@ -2995,7 +2995,7 @@ exports[`<ProfilePage /> Renders correctly in various states test education edit
No formal education
</option>
<option
value="o"
value="other"
>
Other education
</option>

View File

@@ -7,7 +7,7 @@ const EDUCATION_LEVELS = [
'jhs',
'el',
'none',
'o',
'other',
];
const SOCIAL = {