Skip to content

Commit d888c0c

Browse files
committed
feat: sort skills
ref issue #4130
1 parent e8bf3b2 commit d888c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/components/SkillsQuestion/SkillsQuestionBase.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class SkillsQuestion extends React.PureComponent {
5252

5353
componentWillMount() {
5454
if (!cachedOptions) {
55-
axios.get(`${TC_API_URL}/v5/skills?skillProviderId=${SKILL_PROVIDER_ID}&perPage=100`)
55+
axios.get(`${TC_API_URL}/v5/skills?skillProviderId=${SKILL_PROVIDER_ID}&perPage=100&orderBy=name`)
5656
.then(resp => {
5757
const options = _.get(resp, 'data', [])
5858

0 commit comments

Comments
 (0)